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、原创文章,作者:诺米,如若转载,请注明出处:https://www.http3w.com/archives/833

2、本站内容若有雷同从属巧合,若侵犯了您的权益,请联系本站删除,E-mail: wtao219@qq.com

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注