美文网首页
2021-03-21

2021-03-21

作者: 訫菲 | 来源:发表于2021-03-21 16:32 被阅读0次

    安装node时,npm安装失败,查询版本报错:

    TypeError: log.gauge.isEnabled is not a function

    window错误图片

    1、如果你是在windows环境安装遇见此问题,那么我们要到npm目录,也就是C:\Projects\Other\react-site\node_modules\npm,把整个目录删了

    重新安装node 即可。

    Linux错误图片

    2、如果你的是linux系统,遇见此问题,也是同样Delete node_modules/npm and then run yarn install again.

    相关文章

      网友评论

          本文标题:2021-03-21

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