-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
npx create-react-app my-app is isn't installing the packages and i try uninstalling npm using -g but still. #10133
Comments
Edit: Try @willwearing's suggestion below instead: My original post:
|
Getting the same issue on Debian/Linux 10 didn't know about that workaround, thanks for posting that! @kristianpedersen |
I actually got this working by doing the following: npm install -g npm@latest |
Thank you so much @kristianpedersen it did work. But also me too i have to run it like your own way, using the version no. but am really glad o got it working dude. Once again thanks |
|
thanks to all the people that try to help me solved my issues in one way or the other. Am really grateful and I, appreciate you all. |
here is the problem i get everytime i try to install the packages. Can you please help? i willl be glad....
C:\Users\AHMED\Desktop\robohash\trove-app>npx create-react-app trove
You are running
create-react-app
4.0.0, which is behind the latest release (4.0.1).We no longer support global installation of Create React App.
Please remove any global installs with one of the following commands:
The latest instructions for creating a new app can be found here:
https://create-react-app.dev/docs/getting-started/
npm ERR! code 1
npm ERR! path C:\Users\AHMED\Desktop\robohash\trove-app
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c ""create-react-app" "trove""
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\AHMED\AppData\Local\npm-cache_logs\2020-11-24T00_04_00_794Z-debug.log
C:\Users\AHMED\Desktop\robohash\trove-app>
The text was updated successfully, but these errors were encountered: