webpack 问题整理

问题一

复现场景

执行:
npm install webpack --save-dev

错误提示:
npm ERR! Refusing to install webpack as a dependency of itself

解决方案

   将package.json中的name换个名称, 再执行npm install webpack --save-dev
posted @ 2017-11-30 14:11  chiuyer  阅读(115)  评论(0)    收藏  举报