npm ERR! code ENOSELF npm ERR! Refusing to install package with name "webpack" under a package npm ERR! also called "webpack". Did you name your project the same npm ERR! as the dependency you're installing? npm ERR! npm ERR! For more…
用npm安装webpack的时候报了这个错: Refusing to install webpack as a dependency of itself 翻译过来大概是:'拒绝安装webpack其本身的依赖'. 然后我试了试安装其他的包,都没问题,唯独webpack,见鬼了. 我想到npm init的时候,name名给的就是webpack,于是我进到package.json中,把name改成了myApp,再安装webpack,成功了! 这些坑真是...…
npm run dev 项目,提示 throw new Error('Electron failed to install correctly, please delete node_modules/electron and try installing again') 根据提示删除electron包,重新安装一次,还是提示错误 单独安装electron npm install electron -g C:\Users\pxm\AppData\Roaming\npm\electron -> C:…