Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble getting started #1

Open
loganpowell opened this issue Jan 18, 2018 · 2 comments
Open

Trouble getting started #1

loganpowell opened this issue Jan 18, 2018 · 2 comments

Comments

@loganpowell
Copy link

Thank you for creating this starter tool! I'm having problems getting up and running. Upon global installation of the CLI and then trying to use it, I get:

create-rn-web-app rn-web-app-test
----------------------------------------------------------
child_process.js:383
    throw new TypeError('"file" argument must be a non-empty string');
    ^

TypeError: "file" argument must be a non-empty string
    at normalizeSpawnArguments (child_process.js:383:11)
    at exports.spawn (child_process.js:496:38)
    at Object.<anonymous> (C:\Users\surface\AppData\Roaming\npm\node_modules\create-rn-web-app\bin\cli.js:16:3)
    at Module._compile (module.js:643:30)
    at Object.Module._extensions..js (module.js:654:10)
    at Module.load (module.js:556:32)
    at tryModuleLoad (module.js:499:12)
    at Function.Module._load (module.js:491:3)
    at Function.Module.runMain (module.js:684:10)
    at startup (bootstrap_node.js:187:16)

Any pointers?

@vladp
Copy link

vladp commented Apr 11, 2018

receiving the same error as reporter of the issue above.
seems like the module does not work.


child_process.js:381
throw new TypeError('"file" argument must be a non-empty string');
^

TypeError: "file" argument must be a non-empty string
at normalizeSpawnArguments (child_process.js:381:11)
at exports.spawn (child_process.js:494:38)
at Object. (C:\Users\v\AppData\Roaming\npm\node_modules\create-rn-web-app\bin\cli.js:16:3)
at Module._compile (module.js:649:30)
at Object.Module._extensions..js (module.js:660:10)
at Module.load (module.js:561:32)
at tryModuleLoad (module.js:501:12)
at Function.Module._load (module.js:493:3)
at Function.Module.runMain (module.js:690:10)
at startup (bootstrap_node.js:194:16)

@Alfran007
Copy link

Any update? I am receiving the same error as above!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants