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

问题原因:

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

 解决方法:

一:在终端输入一下命令行或者找到npmCache缓存目录将其删除:

 npm cache clear --force

二:重新运行 “npm install”命令

成功如下图: 

 三:运行  npm run serve 可以进行工作了

猜你喜欢

转载自blog.csdn.net/hzqit520/article/details/127194032