解决Cannot read properties of null (reading ‘pickAlgorithm‘)

在这里插入图片描述

标题问题背景

具体是这一句:Cannot read properties of null (reading ‘pickAlgorithm’)

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

标题解决方法

第一种

执行npm cache clear --force清除缓存再重新执行

npm cache clear --force

npm install
在这里插入图片描述

可以成功安装好了node_moduels

运行 npm run serve 可以进行工作了
在这里插入图片描述

第二种

执行npm install -g cnpm -registry=https://registry.npm.taobao.org全局安装淘宝镜像

执行cnpm install安装

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐