What version of node can I create a react application | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What version of node can I create a react application

What version of node can you create a react application? Because my node version is 5.12.0 and my npm version is 3.8.6 Can I create a react app? Thankyou for all those who will answer this!

6th May 2021, 3:47 PM
Francis Mistica
Francis Mistica - avatar
3 Answers
0
You can easily update your npm and Node.js and open the terminal type npx create-react-app my-app Note : You’ll need to have Node >= 10.16 and npm >= 5.6 on your machine
6th May 2021, 3:55 PM
Jamal Saied
Jamal Saied - avatar
0
Jamal I am using windows xp
6th May 2021, 3:59 PM
Francis Mistica
Francis Mistica - avatar
0
Francis Mistica ok, open Nodejs.org and install the latest version and open the windows power shell make it as administrator and past this code Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force npm install -g npm-windows-upgrade npm-windows-upgrade
6th May 2021, 4:05 PM
Jamal Saied
Jamal Saied - avatar