Portable Node.js Installation on Windows
Instruction
- Download portable Node.js Windows binary from here.
- Extract
node.exeto specific path, likeC:\nodejs\. - Download npm from here.
- Extract npm files to the portable Node.js path above. E.g.
npm.cmdandnode_modulesfolder fromnpm-1.4.12.ziptoC:\nodejs\. - Update your
PATHif necessary. - Done.