less than 1 minute read

First, download portable node

http://imsky.co/downloads

Node npm is the package manager

http://blog.nodejs.org/2011/03/23/npm-1-0-global-vs-local-installation/

Best to install packages locally

On windows -g (global) seems to place files in %APPDATA%\npm C:\Users[UserName]\AppData\Roaming\npm

Comments