linux上nodejs安装forever,supervisor

来源:互联网 发布:java接口管理平台 编辑:程序博客网 时间:2024/05/04 00:48

进入到hosts文件中

cd /etc

more hosts

vim hosts

增加103.245.222.162 registry.npmjs.org

按esc,继续按:

输入wq!保存退出

在nodejs的bin目录中执行

npm install forever -g

等待安装完成

 

安装supervisor

npm install -g supervisor

windows中可能不成功,是因为命令窗口得以管理员身份运行

 

0 0
原创粉丝点击