Jason's Braindump

Portable Node.js Installation on Windows

Instruction

  1. Download portable Node.js Windows binary from here.
  2. Extract node.exe to specific path, like C:\nodejs\.
  3. Download npm from here.
  4. Extract npm files to the portable Node.js path above. E.g. npm.cmd and node_modules folder from npm-1.4.12.zip to C:\nodejs\.
  5. Update your PATH if necessary.
  6. Done.

Reference

Links to this note