These steps are all performed in cmd.exe
- Install Chocolatey NuGet
- Install node.js and ruby:
cinst nodejs.install(the "nodejs" package does not include npm, which we do need)cinst ruby1.9(the "ruby" package installs ruby 2.0, which might not work)
- Restart cmd.exe because Windows is dumb and can't see the new binaries yet in cmd.exe
gem install compass --pre(NuGet has a "compass" package, but it's old, outdated, and doesn't work anymore)