Create react app dependency error
See original GitHub issueNote from Maintainers:
If you’re having this issue please roll back npm
to a version without this bug:
npm install -g npm@4
When i try to create a new react application using create-react-app, it tries to download fsevents but fails ,also gives Error: Can’t find Python executable “python” and Error: Failed to execute 'node-gyp.cmd configure errors. I have attached the screenshot. Thank you in advance.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:22 (8 by maintainers)
Top Results From Across the Web
'npm start' returns error: "There might be a problem with the ...
There might be a problem with the project dependency tree. It is likely not a bug in Create React App, but something you...
Read more >There might be a problem with the project dependency tree. It ...
There might be a problem with the project dependency tree. It is likely not a bug in Create React App, but something you...
Read more >HOW DO I FIX THIS ERROR : r/reactjs - Reddit
HOW DO I FIX THIS ERROR · Delete package-lock.json (not package.json!) and/or yarn. · Delete node_modules in your project folder. · Remove "webpack ......
Read more >npm dependency is breaking some React apps today
The cause has been traced down to a dependency used by create-react-app, the latest version of which is breaking developers' apps. While a ......
Read more >Unable to resolve dependency tree error while running create ...
Unable to resolve dependency tree error while running create - react - app react 18. 2K views 8 months ago. Tutorend. Tutorend. 407...
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
I just tried with npm@5 and I saw the error noise (although eventually the installation finished successfully for me). In the meantime I recommend downgrading:
npm i -g npm@4
.I’m fairly sure it is this npm bug: https://github.com/npm/npm/issues/16810. Unfortunately there’s nothing we can do until it’s fixed.
If you’re having this issue please roll back
npm
to a version without this bug:npm install -g npm@4
If you still have a problem after downgrading npm please file a new issue with screenshots and details about your system.
Full error message (so that Google picks it up):