[已解决] npm install xlsx报错 1 high severity vulnerability, 使用npm audit fix --force,显示No fix available

换了个电脑,pull下来项目后,npm install 报错。

xlsx  *
Severity: high
Prototype Pollution in sheetJS - https://github.com/advisories/GHSA-4r6h-8v6p-xvw6  

[已解决] npm install xlsx报错 1 high severity vulnerability, 使用npm audit fix --force,显示No fix available_第1张图片

 解决方法:

出现这个问题,是因为本地的node版本不符合xlsx插件需求。我的xlsx版本为0.18.5,node版本为18,应下载node14.

参考:https://www.npmjs.com/package/xlsx/v/0.18.5npm install 报错_npm install xlsx失败_EIOT的博客-CSDN博客

照着这个文章下载安装一下即可:

window系统 node.js安装 (node-v14安装配置、node-v16及其他版本安装配置)_node14安装_菜鸟小杰子的博客-CSDN博客 

你可能感兴趣的:(npm,前端,node.js)