linux Install Node/NPM in the Linux Subsystem for Windows After installing the Linux subsystem for Windows, open bash and run the following commands. curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt-get install -y nodejs After