美文网首页vue
vue爬坑之路 (八) npm install

vue爬坑之路 (八) npm install

作者: 非_MO | 来源:发表于2019-09-30 13:48 被阅读0次

    我有的时候在使用npm install安装vue依赖的时候,总是会遇到报错,a complete log of this run can be found in:

    image.png
    这个时候我们可以尝试走一下:
    npm cache clean --force
    

    这个指令,先清一下项目中的缓存,然后再继续走 npm install 指令就能正常走了

    相关文章

      网友评论

        本文标题:vue爬坑之路 (八) npm install

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