busterjs / buster

Abandoned - A powerful suite of automated test tools for JavaScript.
http://docs.busterjs.org
Other
448 stars 37 forks source link

Update getting started to list all dependencies for installing on windows #411

Open NathanGloyn opened 10 years ago

NathanGloyn commented 10 years ago

I've recently been trying to get Buster installed on my windows machine and ran into a couple of problems, neither are specifically to do with buster itself but I almost abandoned trying to install buster because I couldn't get it installed.

The issues are:

  1. Python has to be installed and in PATH
  2. node-gyp requires VS 2010 on Windows 7 or VS 2012 on Windows 8

Without these installed when you try and install via NPM the install will error.