Optional NodeJS 20017-2018 Install NVM for Windows or Linux Make sure you installed correctly by opening a command line and running nvm list Install nodeJs: nvm install 8.6.0 nvm use 8.6.0 Make sure node and npm have been installed: node -v and npm -v ??? Profit