the best suitable node js version(node-v13.14.0-x64) for windows 7 had many errors and can't start react app enter image description here so I need the latest version to be very good for windows 7
Asked
Active
Viewed 98 times
-2
-
There is no error there. Besides, The last version of Node no longer runs in Windows 7. – Alejandro Dec 13 '21 at 19:17
-
but i can't npm start react js with this older version – Ibrahim Dec 13 '21 at 19:50
-
Why not? What problem do you have then? – Alejandro Dec 13 '21 at 19:51
-
@Alejandro could you please see the photo and tell me your opinion https://drive.google.com/file/d/1_U2Kz7MYehMD_w1TdAP0OOsbZ8CFP3yI/view?usp=sharing In spite of I searched and found some one wrote this code "scripts": { "test": "echo\"Error: no test specified\"&& exit 1", "start": "node App.js" https://drive.google.com/file/d/1c_N8TvTtdEDBLpIcfb-LEzDuz3EZ4Yts/view?usp=sharing – Ibrahim Dec 13 '21 at 22:58
1 Answers
0
Actually, they are just warning that you may ignore. But if you still want to update node js on windows 7 then you can just go through this solution asking the same question: NodeJS for windows 7

Aashrut Vaghani
- 64
- 5
-
-
thanks but didn't help https://drive.google.com/file/d/1_U2Kz7MYehMD_w1TdAP0OOsbZ8CFP3yI/view?usp=sharing https://drive.google.com/file/d/1c_N8TvTtdEDBLpIcfb-LEzDuz3EZ4Yts/view?usp=sharing – Ibrahim Dec 13 '21 at 23:03
-
@Ibrahim, can you please show your packege.json files' screenshot where the "scripts" property is there. – Aashrut Vaghani Dec 14 '21 at 23:10
-
https://drive.google.com/file/d/1xvsq0Yjq0GvnW6SxyJGptyQBgNK1nXz0/view?usp=sharing thanks for your time and efforts – Ibrahim Dec 15 '21 at 20:31
-
@Ibrahim, try adding script object in your package.json file like this: `"scripts": {"start": "react-scripts start"}` – Aashrut Vaghani Dec 16 '21 at 21:09
-
Dear @Aashrut Vaghani sorry for your time because finally, I found that the first constructor to install react to write " npm install create-react-app" but when I change to another constructor, I found that it was " npm install -g create-react-app" and it worked successfully. thanks a lot for your time GOD bless you and your efforts – Ibrahim Dec 17 '21 at 11:44
-
Great @Ibrahim, I am glad to know that you found the solution to your problem. And also, thank you for your best wishes! It was a pleasure to help you. – Aashrut Vaghani Dec 18 '21 at 12:05