Replies: 2 comments
-
These type of errors usually occur when some npm module is not properly installed. Try deleting the npm install |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had the same problem. I figured out that it doesn't work if you have any spaces in the path to your app folder. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
npx create-react-app my-app
cd my-app
\my-app>npm start
'CSS' is not recognized as an internal or external command,
operable program or batch file.
internal/modules/cjs/loader.js:883
throw err;
^
Error: Cannot find module 'I:\User\Documents\webprojects\react-scripts\bin\react-scripts.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15)
at Function.Module._load (internal/modules/cjs/loader.js:725:27)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
node version : v14.16.1
npm version: 7.10.0
Beta Was this translation helpful? Give feedback.
All reactions