Non
Non

Reputation: 8589

How to install n 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?

Upvotes: 6

Views: 8981

Answers (1)

Quentin
Quentin

Reputation: 943601

Update: 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.

Upvotes: 6

Related Questions