- 1
Node modules is not installing in react js
I wrote create-react-app project name then after it is not installing node modules . My internet connection also works good but node modules not create
10 Answers
+ 3
If you created a react app using create-react-app myappname ,then cd into myappname and there you will find node_modules and all others public,src , package json files
+ 2
Network problem , I was stuck for hours doing that,when you have a good net ,it will install in few minutes ,keep trying
+ 1
npm create-react-app is outdated, use npx instead.
0
AMOGHA.A.K. i already installed node js
0
But still its not installing node modules
0
Abhay package is not installing
0
I followed all steps
0
It's struck in after execute npx create-react-app project name
0
Its says It might takes couple of minutes but 5 hours i am waiting still its not installing node modules
0
npm install - g create-react-app
npx create-react-app project
cd project
//if there is not node modules
npm install - - save
//if everything is good
npm run dev