Error: You are using npm version 5.0.3. Please use an npm version that is >= 3.0.0 and < 5.0.0.
See original GitHub issueI am not able to run the project using yarn start. I didn’t get any hint on this error.
Error: You are using npm version 5.0.3. Please use an npm version that is >= 3.0.0 and < 5.0.0.
9:08:07 PM: Error starting packager: Error: Couldn't start project. Please fix the errors and restart the project.
at /xdl/src/Project.js:1038:11
at next (native)
at step (/home/medinesh/Documents/upwork/boilerplate/node_modules/xdl/build/Project.js:1468:191)
at /home/medinesh/Documents/upwork/boilerplate/node_modules/xdl/build/Project.js:1468:361
at process._tickCallback (internal/process/next_tick.js:109:7)
error Command failed with exit code 1.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:13
- Comments:25 (3 by maintainers)
Top Results From Across the Web
npm WARN npm npm does not support Node.js v9.1.0
It turns out that the current installed npm is not compatible with the new node and has a hard time updating. The solution...
Read more >ESLint - npm
An AST-based pattern checker for JavaScript.. Latest version: 8.30.0, last published: 9 days ago. Start using eslint in your project by ...
Read more >semver - npm
The semantic version parser used by npm.. Latest version: 7.3.8, last published: 3 months ago. Start using semver in your project by running...
Read more >elasticdump - npm
Start using elasticdump in your project by running `npm i elasticdump`. ... Version 3.0.0 of Elasticdump has the default queries updated to ...
Read more >eventemitter3 - npm
Latest version: 5.0.0, last published: a month ago. Start using eventemitter3 in your project by running `npm i eventemitter3`.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Monte9 running
npm install npm@4.6.1
in the project directory saved me@Noor0
npm i -g npm@x.x.x
where x.x.x is version number to