Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 544 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 544 Bytes

How to use Node & npm ?

Simply clone the repository, and double-click on the run.bat script.

You can also run the run.bat script in CMD or PowerShell :

> run.bat

By default, it will install Node.js 10.14.1

Finally, you can specify the node version to install :

> run.bat 10.14.0

Then use the open command line to do what you what 😊

> cd ../myNodeProject
> npm install
> ...

Clear installation folder

> clear.bat

Be careful ! If you use this script, your Node.js installation will be removed.