Node js installation

Please I did not understand the process of installing the node js and setting up the react. please I want a simple way.

Where are you getting stuck? Were you able to install node? One way to install node is to use something called nvm, node version manager. There’s a one-line script to install nvm (the line that starts with curl), after which you run the command nvm install node which will install node. At that point you might be able to create a react app by running the following commands one line at a time.

npx create-react-app my-app
cd my-app
npm start

Thank you, but I still don’t understand the process
I installed Node Js and VS. The installation processes was completed but I can’t install the react.

Hi,
Did you encounter any error or something?

Thank you so much, it has worked and installed fine. I am grateful.

Yes, but it has been solved.