Difference between revisions of "Node"
From Wiki2
(Created page with "https://github.com/joyent/node/wiki/Installation 64bit version: http://nodejs.org/dist/latest/x64/node.exe *is in /wamp/bin/node *installed npm there too *added it to path") |
|||
Line 5: | Line 5: | ||
*installed npm there too | *installed npm there too | ||
*added it to path | *added it to path | ||
*to test: from git bash> node hellonode.js starts server, see page at http://127.0.0.1:8124/ |
Revision as of 15:05, 6 November 2013
https://github.com/joyent/node/wiki/Installation
64bit version: http://nodejs.org/dist/latest/x64/node.exe
- is in /wamp/bin/node
- installed npm there too
- added it to path
- to test: from git bash> node hellonode.js starts server, see page at http://127.0.0.1:8124/