ConsenSys-Academy / Blockchain-Developer-Bootcamp

Open-source version of ConsenSys Academy's Blockchain Developer Bootcamp
Other
571 stars 423 forks source link

Added instructions for NVM #156

Closed zubietaroberto closed 3 years ago

zubietaroberto commented 3 years ago

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.

ConsenSys-Academy commented 3 years ago

This is great! Thank you @zubietaroberto