npm install 时报错 Cannot read properties of null (reading ‘pickAlgorithm‘)

问题背景
nodejs 执行 npm install 时报错 “Cannot read properties of null (reading ‘pickAlgorithm‘)”

解决方法
第一种
执行npm cache clear --force清除缓存再重新执行npm install

第二种
执行npm install -g cnpm -registry=https://registry.npm.taobao.org全局安装淘宝镜像,然后执行cnpm install安装

1、所有文章未经授权禁止转载、摘编、复制或建立镜像,如有违反,追究法律责任。
2、本站文章部分来源注册用户发布或互联网收集而来,若有侵权,请邮件联系作者。
邮箱地址:wtao219@qq.com
THE END
分享
二维码
< <上一篇
下一篇>>