Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 389 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 389 Bytes

Optional NodeJS 20017-2018

  1. Install NVM for Windows or Linux
  2. Make sure you installed correctly by opening a command line and running nvm list
  3. Install nodeJs: nvm install 8.6.0
  4. nvm use 8.6.0
  5. Make sure node and npm have been installed: node -v and npm -v
  6. ???
  7. Profit