码迷,mamicode.com
首页 > 其他好文 > 详细

npm WARN install Refusing to install vue-router as a dependency of itself

时间:2015-10-27 16:56:33      阅读:782      评论:0      收藏:0      [点我收藏+]

标签:

今天在使用npm安装插件的时候提示如下错误:

npm WARN install Refusing to install vue-router as a dependency of itself

npm 阻止安装插件。

将npm的镜像改成taobao的镜像后测试还是不行,修改npm镜像:

sudo npm install -g cnpm --registry=https://registry.npm.taobao.org  

  

后来发现是因为package.json里面的name名字和插件的名字同名,导致npm阻止插件安装。

npm WARN install Refusing to install vue-router as a dependency of itself

标签:

原文地址:http://www.cnblogs.com/ayseeing/p/4914438.html

(0)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!