npm

作者: 李奔 | 来源:发表于2017-11-18 17:56 被阅读0次
    npm update <> 更新模块
    npm list <>  查看某个模块存在与否以及版本
    npm uninstall <> 删除模块
    

    nrm

    都说npm下载速度慢,虽然我没什么大型项目,对此体会不深,也想试试传说中的淘宝镜像。可是又不想直接使用cnpm。当然
    npm config set registry https://registry.npm.taobao.org,这样的设置也是我所不欲的。幸好网上推荐了nrm这个模块。玩玩nrm test还是贼有意思滴。
    切换成rednpm,于是npm ERR! registry error parsing json,没法用!!

    相关文章

      网友评论

          本文标题:npm

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