Theme by nostrich (modified).
Previously, I showed you how to setup node.js on Ubuntu, and hopefully OSX at the same time.
I recently needed to do some hacking on this blog on Windows, so I needed to install node on my Windows machine. Historically this hasn't been very straightforward, but using cygwin it's now possible, and even fairly easy to achieve. Don't expect *nix-like performance though, a lot of the APIs that make node so fast run a lot slower when they have to pass through cygwin's libraries.
To be honest, the majority of the steps for doing this were found in this blog post on installing node.js on windows, but I found I needed to do a few more steps to get my installation to work.
\bin\rebaseallnvm install v0.2.0 should work, following which node should work/etc/resolv.conf as per these instructionsNow the npm installation should work, and you should be able to pick up my previous steps from there.