【发布时间】:2022-06-15 12:51:39
【问题描述】:
即使我已将 tar 更新到 8.3.1 版,它也不允许我安装 react(npm install -g create-react-app)。在我尝试安装 react 后,它会输出以下消息:
npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
changed 67 packages, and audited 68 packages in 2s
4 packages are looking for funding
run `npm fund` for details
2 high severity vulnerabilities
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details."
当我输入 npm audit 时,它会输出发现 0 个漏洞。
【问题讨论】:
标签: node.js reactjs npm installation