It's my first time trying to use it, but after executing:
create-react-app myproject
I get:
Creating a new React app in C:\project
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...
[ ................] \ fetchMetadata: sill resolveWithNewModule [email protected]
And it just hangs there forever.
I'm using npm 5.6.0
and create-react-app 2.0.3
on Windows 8.
I had this problem, mine got stuck at
Creating a new React app in C:\project
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...
[ ................] \ fetchMetadata: sill resolveWithNewModule [email protected]
The solution for me was to ensure npm is up to date by running:
npm install npm@latest -g
After this, create-react-app worked correctly.
if you get stuck while running create-react-app.
just Ctrl + C to end the process in the terminal or CMD
then end task "node.exe" from task manager.(If u use windows, idk if u use mac or linux)
then run in your terminal :
note: beware about npm and npx that i used above
hope it work
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With