复现场景
执行: npm install webpack --save-dev 错误提示: npm ERR! Refusing to install webpack as a dependency of itself
解决方案
将package.json中的name换个名称, 再执行npm install webpack --save-dev
webpack 问题整理
原文:http://www.cnblogs.com/hchiu/p/7928711.html