Install node.js

  1. Clear NPM's cache:
    sudo npm cache clean -f
  2. Install a little helper called 'n'
    sudo npm install -g n
  3. Install latest stable Node.js version
    sudo n stable
  4. Alternatively pick a specific version and install like this:
    sudo n 0.8.20

Comments

Popular posts from this blog

Write Unicode text using VBA

Calling Fortran intrinsic functions from Visual Basic

Dictionary class extensions (CopyTo, Sort) (C#)