NodeJS npm install npm-react-app unsupported engine错误

laawzig2  于 2023-10-17  发布在  Node.js
关注(0)|答案(1)|浏览(382)

当我尝试npm安装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.
yxyvkwin

yxyvkwin1#

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

相关问题