npm i报错---Cannot read properties of null (reading ‘pickAlgorithm‘)

发布时间 2023-03-27 09:47:12作者: 会转圈圈的哆瑞米

现象

在导入Vue项目使用 ' npm i ' 安装node_moduels的时候,终端出现错误如下:

 

 

解决

1、在终端输入: npm cache clear --force

 

 

npm cache clear --force

2、重新运行 npm i 命令

 

 

npm i