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!
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
0
Jamal I am using windows xp
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