npm install create-react-app 不支持的引擎错误

问题描述 投票:0回答:1

当我尝试 npm install create-react-app 时出现错误:

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '0.8.x' },
npm WARN EBADENGINE   current: { node: 'v20.8.0', npm: '10.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '0.8.x' },
npm WARN EBADENGINE   current: { node: 'v20.8.0', npm: '10.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated [email protected]: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
node.js npm solidity truffle
1个回答
0
投票

您使用的软件包是旧的,您需要使用新版本的软件包或降级您的节点版本

© www.soinside.com 2019 - 2024. All rights reserved.