Open Mihai-github opened 4 years ago
Can you put the errors log in here?
Sure, he it it:
Error: Cannot find module 'react-scripts/scripts/init.js' Require stack:
Did you get any errors when you ran the npx command? Or is this error from that?
I've got this error when I'm running " npx create-react-app my-app " command... and the app is not even created it's deleted when this error appears. I do not know exacly why because I've watched the docs when create-react-app was globally and i uninstalled it with yarn and npm command
I got this same issue @Mihal-github but no way out... I tried cleaning my cache and updating my create-react-app yet no head way.. any help please...
Just run the code on git bash $ npm install $ npm install react-scripts $ npx create-react-app your-app-name
I got this same issue @Mihal-github but no way out... I tried cleaning my cache and updating my create-react-app yet no head way.. any help please...
Just run the code on git bash $ npm install $ npm install react-scripts $ npx create-react-app your-app-name
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.
mine was yarn 3 problem
yarn set version classic
and try again.
mine was yarn 3 problem
yarn set version classic
and try again.
i tried all of these and still can't get it to run node has failed....
I got this same issue @Mihal-github but no way out... I tried cleaning my cache and updating my create-react-app yet no head way.. any help please...
Just run the code on git bash $ npm install $ npm install react-scripts $ npx create-react-app your-app-name
i tried all of these and still can't get it to run node has failed.... it seems to be an issue with node_modules/react-scripts/scripts/init.js:117:13
node:internal/modules/cjs/loader:936 throw err; ^
Error: Cannot find module 'cra-template/package.json'
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.
the same issue
Chenge Name Folder (Not Use @#$%^&)
When creating a brand new react app using the new way: "npx create-react-app my-app" i get the an error and seems to not be a way to fix it easy, I've found a way but I'm curios if the problem is from my pc or something else...
I hope someone can help me understand what is happening 👍