美文网首页
npm search error

npm search error

作者: ReidWang | 来源:发表于2017-03-05 16:21 被阅读3984次

    第一次升级或安装 npm 时,可能会出现以下错误:

    // 原地址:https://github.com/npm/npm/issues/8153

    1、错误表现:npm search执行报错,npm install没问题

    2、检查 npmrc 文件后发现的是使用的淘宝的 registry:https://registry.npm.taobao.org/

    3、修改 npmrc 文件,将文件内的 registry 改为 https://registry.npmjs.org/

    vi ~/.npmrc

    registry=https://registry.npmjs.org/

    ⏰ 为了更好的解决这个问题,joeybuddy 提出了更好的解决办法,同时也非常感谢谢这位同学。方法如下:

    相关文章

      网友评论

          本文标题:npm search error

          本文链接:https://www.haomeiwen.com/subject/fnkegttx.html