2021-03-21

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

TypeError: log.gauge.isEnabled is not a function

2021-03-21_第1张图片
window错误图片

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

重新安装node 即可。


2021-03-21_第2张图片
Linux错误图片

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

你可能感兴趣的:(2021-03-21)