OLD | NEW |
---|---|
(Empty) | |
1 This zip file requires some manual work. First, download node.exe | |
2 from http://nodejs.org/download/, then download the npm stuff from | |
3 http://nodejs.org/dist/npm/. Unzip both in the same dir and do this: | |
4 | |
5 mkdir node | |
6 mv node.exe node | |
7 mv npm.cmd node | |
8 mv node_modules node | |
9 zip -r node.zip node | |
OLD | NEW |