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
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