npm命令,查看当前npm版本,更新nmp到最新版本,安装sails

打开Node.js command prompt

1 查看npm当前版本

npm -v

2 更新npm至最新版本

npm install npm@latest -g

3 安装sails 

npm install sails -g

4  创建sails 项目

sails new test-project
创建结果info: Created a new Sails app `test-project`!

5 进入到项目所在目录

cd test-project
6 启动新项目

sails lift

打开 :1337/ 

npm包网站

https://www.npmjs.com/

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zgjxjs.html