How I set up my Windows 10 machine for Node development.
- Bash, not Windows shell
- Git
- Node/npm
- nvm or equivalent (need to be able to switch Node versions easily)
- Download cmder
- Download Nodist
- Download Python, get 2.x instead of 3.x
- Modify your global environment variable to have
;C:\Python27\;C:\Python27\Scripts
at the end - Download Windows SDK for Windows 8.1
- Download Visual Studio, install and set it up, choose "custom" and check the "Common Tools for Visual C++ 2015" option, under "Programming Languages" > "Visual C++" (DO NOT SKIP THIS STEP)
- Don't skip "Visual C++" when installing Visual Studio.
- Restart Cmder after you change anything, or you might not see the changes.