npm安装报错,Refusing to install package with name "xxx" under a package npm ERR! also called "xxx". Did you name your project the same npm ERR! as the dependency you're installing?
原因是:package.json的name字段值 与要安装的包名一样。
解决:修改package.json的name字段。
npm安装报错,Refusing to install package with name "xxx" under a package npm ERR! also called "xxx". Did you name your project the same npm ERR! as the dependency you're installing?
原因是:package.json的name字段值 与要安装的包名一样。
解决:修改package.json的name字段。
本文标题:Refusing to install package with
本文链接:https://www.haomeiwen.com/subject/dwoyuhtx.html
网友评论