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

Getting started misses a npm install step? #92

Open
flolege opened this issue Nov 1, 2018 · 0 comments
Open

Getting started misses a npm install step? #92

flolege opened this issue Nov 1, 2018 · 0 comments

Comments

@flolege
Copy link

flolege commented Nov 1, 2018

While following the Getting Started instructions in the README, the step "react-native dom" failed with the error message

module.js:550
throw err;
Error: Cannot find module 'asap/raw'
at Function.Module._resolveFilename (module.js:548:15)
at Function.Module._load (module.js:475:25)
at Module.require (module.js:597:17)
at require (internal/module.js:11:18)
at Object. (C:\Temp\reactnativedom\firsttry\node_modules\promise\lib\core.js:3:12)
at Module._compile (module.js:653:30)
at Module._compile (C:\Temp\reactnativedom\firsttry\node_modules\pirates\lib\index.js:83:24)
at Module._extensions..js (module.js:664:10)
at Object.newLoader [as .js] (C:\Temp\reactnativedom\firsttry\node_modules\pirates\lib\index.js:88:7)
at Module.load (module.js:566:32)

I had to run npm install in my root folder to get it executing correctly.

Is this a missing step in the Getting Started instructions? Note that I am not very experienced with react-native installing procedures, so maybe I miss some basic background.

@flolege flolege changed the title Getting started misses a step? Getting started misses a npm install step? Nov 1, 2018
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

1 participant