Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

As always installing something on Ubuntu may be a little tricker, this is how I got Node.js & Grunt to install on Ubuntu 12.04

Step-by-step guide

  1. Use InstallĀ NVM
  2. nvm install 11
  3. nvm use 11
  4. npm install grunt-cli --global

...