天天看点

NPM相关操作

版权声明:本文首发 http://asing1elife.com ,转载请注明出处。 https://blog.csdn.net/asing1elife/article/details/82848338

NPM是Node.js的包管理模块

更多精彩

操作

安装

sudo npm install -g n
           

安装最新稳定版

sudo n stable
           

更新

sudo npm install npm@latest -g
           

清除缓存

npm cache verify
           

继续阅读