This information was current as of May 6th 2016.
- On a virtualbox share your working folder so you can manage git and use your editor from osx.
- Install node
- Install git
- Install python - 2.7.11 x86-64 MSI
- Set PYTHON environment variable
- Right click on "My Computer" and select "Properties"
- Find and select "Advanced system settings"
- Find and select "Environment Variables"
- On the 'User variables' press the "New..." button
- Variable Name:
PYTHON
Value:C:\python27\python.exe
- Click "OK" all the way back.
- Install Visual C++ Build Tools 2015 (link no longer exists) - Complete solution here
- Update 5/30/2016: LOL, Microsoft decided to pull down the link to download the required runtime, hopefully I had a copy and uploaded on my personal store: http://than.pol.as/gJGq - hopefully I won't get sued by MS...
- IMPORTANT Choose "Custom Install", and select both Windows 8.1 and Windows 10 SDKs.
- Open CMD and type:
npm config set msvs_version 2015 --global
You are now ready to perform npm install
on the project
e:\app\node_modules\mdns\src\mdns.hpp(32): fatal error C1083: Cannot open include file: 'dns_sd.h': No such file or directory [E:\app\node_modules\mdns\build\dns_sd_bindings.vcxproj]
To remedy this:
- Download and install Bonjour SDK for Windows.
- Restart Windows