The current instructions asks the pupils to install npm packages with sudo, which is dangerous. Also, I don't think we have gone through to how install NodeJS. So here I added a section that will explain the installation of NPM via Node Version Manager (NVM). And this way we can remove the sudo from NPM install commands.
The current instructions asks the pupils to install npm packages with
sudo
, which is dangerous. Also, I don't think we have gone through to how install NodeJS. So here I added a section that will explain the installation of NPM via Node Version Manager (NVM). And this way we can remove thesudo
from NPM install commands.