I just installed n on my Mac and everything is cool but is not installing on Windows. The process I did on Mac is:
sudo npm install -g n
sudo n 0.12.7
so what is the equivalent of doing that on Windows?
I just installed n on my Mac and everything is cool but is not installing on Windows. The process I did on Mac is:
sudo npm install -g n
sudo n 0.12.7
so what is the equivalent of doing that on Windows?
Share Improve this question asked Jul 28, 2016 at 15:06 NonNon 8,60920 gold badges80 silver badges130 bronze badges 01 Answer
Reset to default 6Update: n can be installed on Windows Subsystem for Linux, just follow the basic installation procedure:
Previously: From the documentation:
(Unfortunately n is not supported on Windows yet. If you're able to make it work, send in a pull request!)
So there is no equivalent of doing that on Windows short of forking the source code and figuring out how to make it work.