最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How to install n on Windows? - Stack Overflow

programmeradmin5浏览0评论

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 0
Add a ment  | 

1 Answer 1

Reset to default 6

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.

发布评论

评论列表(0)

  1. 暂无评论