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