Portable Node.js Installation on Windows
Instruction
- Download portable Node.js Windows binary from here.
- Extract
node.exe
to specific path, likeC:\nodejs\
. - Download npm from here.
- Extract npm files to the portable Node.js path above. E.g.
npm.cmd
andnode_modules
folder fromnpm-1.4.12.zip
toC:\nodejs\
. - Update your
PATH
if necessary. - Done.