If you
- run Mac OS X or Linux
- have iojs installed (
$ node -vprintsv2.0.1) - can bulid binary Node packages (
npm install wsdoesn't fail)
then you can skip all the steps below.
Otherwise, do the following:
- Install VirtualBox
- Install Vagrant
- Create a folder, place
Vagrantfileandsetup.shinto it - Execute
vagrant up, it will take a while. Make sure that it printsv2.0.1at the end. - Run
vagrant sshand then inside the box runnode -v. It should printv2.0.1 - Read about how to use Vagrant shared folders.
If you get stuck, contact me (andrew.listochkin on Skype)
Current version of Node.js is v0.10.32
And version v0.11.14 is marked as unstable. (http://blog.nodejs.org/2014/09/24/node-v0-11-14-unstable/)
Are you sure that we should use it?