node:internal/modules/cjs/loader:1148
throw err;
^
Error: Cannot find module ‘C:UsershpAppDataRoamingnpmnode_modulesnpmbinnpm-cli.js’
at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
at Module._load (node:internal/modules/cjs/loader:986:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
at node:internal/main/run_main_module:28:49 {
code: ‘MODULE_NOT_FOUND’,
requireStack: []
}
I had tried to install react using visual studio code and node.js. There is an error while typing the code” npx create-react-app” and it need to be worked. The actual result need to be the installation of react, react-dom, react-scripts.
21BCM505_ Arun Manoj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.