Node modules is not installing in react js | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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

3rd Jun 2020, 3:12 PM
Hariprakash
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
3rd Jun 2020, 3:48 PM
Abhay
Abhay - avatar
+ 2
Network problem , I was stuck for hours doing that,when you have a good net ,it will install in few minutes ,keep trying
3rd Jun 2020, 4:33 PM
Abhay
Abhay - avatar
+ 1
npm create-react-app is outdated, use npx instead.
4th Jun 2020, 4:09 AM
Calviղ
Calviղ - avatar
0
AMOGHA.A.K. i already installed node js
3rd Jun 2020, 3:18 PM
Hariprakash
0
But still its not installing node modules
3rd Jun 2020, 3:18 PM
Hariprakash
0
Abhay package is not installing
3rd Jun 2020, 4:20 PM
Hariprakash
0
I followed all steps
3rd Jun 2020, 4:20 PM
Hariprakash
0
It's struck in after execute npx create-react-app project name
3rd Jun 2020, 4:20 PM
Hariprakash
0
Its says It might takes couple of minutes but 5 hours i am waiting still its not installing node modules
3rd Jun 2020, 4:21 PM
Hariprakash
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
5th Jun 2020, 10:54 AM
CodeFu
CodeFu - avatar