webpack 安装卸载

webpack安装:
npm install webpack -g //-g 全局 npm install webpack -s //-s 局部
npn install webpack@x.xx -g //x.xx 版本号

webpac卸载:
npm uninstall webpack -g
npm uninstall webpack -s


posted @ 2019-03-13 10:24  (⊙o⊙)买噶  阅读(1478)  评论(0编辑  收藏  举报