npm ERR! Cannot read properties of null()

使用npn install hexo-util --save 时报这个错.

使用npm cache clear --force 时报 npm WARN using --force Recommended protections disabled

npm cache verify 检查 cache 是否正常工作.

我的 npm 当前版本为 8.11.0.

降低版本:

1
npm install npm@6.14.10 -g

若报错,则使用:

1
cnpm install npm@6.14.10 -g

npm ERR! Cannot read properties of null()
http://example.com/2022/08/16/npm-ERR-Cannot-read-properties-of-null/
作者
Jie
发布于
2022年8月16日
许可协议