美文网首页tricks
关于NPM的种种事情

关于NPM的种种事情

作者: cyuamber | 来源:发表于2018-05-08 18:02 被阅读7次
    • 第一,解决npm安装慢的问题
    npm config set registry http://[registry.npm.taobao.org](http://registry.npm.taobao.org)
    
    • 第二,解决npm安装时的冲突问题

    报错:npm ERR! Cannot read property '0' of undefined
    解决:
    I had the same problem.
    I removed both node_modules and package-lock.json and then did:
    npm install

    相关文章

      网友评论

        本文标题:关于NPM的种种事情

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