在把webpack作为本地开发依赖安装的时候报错 Refusing to install webpack as a dependency of itself

原因是package.json里的name的值为webpack,所以换个名字就好了

04-25 21:57