Refusing to install webpack as a dependency of itself

用npm安裝webpack的時候報了這個錯:
Refusing to install webpack as a dependency of itself
翻譯過來大概是:‘拒絕安裝webpack其自己的依賴’。
而後我試了試安裝其餘的包,都沒問題,惟獨webpack,見鬼了。
我想到npm init的時候,name名給的就是webpack,因而我進到package.json中,把name改爲了myApp,再安裝webpack,成功了!
這些坑真是...webpack

相關文章
相關標籤/搜索