美文网首页
Cannot read property 'close' of

Cannot read property 'close' of

作者: 3e2235c61b99 | 来源:发表于2021-06-16 16:58 被阅读0次
    问题

    项目切换分支后,新分支新加了个依赖,安装依赖后npm run serve启动报错Cannot read property 'close' of undefined

    原因

    node_module文件缓存导致

    解决办法

    1.npm指令清除npm缓存npm cache clean --force
    2.删除node_module包
    3.再使用npm install就可以了

    相关文章

      网友评论

          本文标题:Cannot read property 'close' of

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