npm 命令

npm outdated 列出所有的 版本有差异的

npm outdated webpack(包名)列出此包的版本

  第一个例子:

  npm outdated less

  输出

  Package Current Wanted Latest Location

  less 2.7.3 2.7.3 3.8.1 **

  更新到最新版本 npm install less@latest

  第二个例子

  安装指定版本

  npm install less@2.7.3  

 

 

 

posted @ 2018-09-26 16:59  Running00  阅读(180)  评论(0编辑  收藏  举报