Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported engine when running install #58

Open
cpgb85 opened this issue Mar 14, 2024 · 1 comment
Open

Unsupported engine when running install #58

cpgb85 opened this issue Mar 14, 2024 · 1 comment

Comments

@cpgb85
Copy link

cpgb85 commented Mar 14, 2024

I'm using linux, and this is the issue i encounter when I run the command: npm install --save-dev @assetpack/core @assetpack/cli

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'commander@10.0.1',
npm WARN EBADENGINE required: { node: '>=14' },
npm WARN EBADENGINE current: { node: 'v12.22.9', npm: '8.5.1' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'fs-extra@11.2.0',
npm WARN EBADENGINE required: { node: '>=14.14' },
npm WARN EBADENGINE current: { node: 'v12.22.9', npm: '8.5.1' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@assetpack/cli@0.8.0',
npm WARN EBADENGINE required: { node: '>=16.0.0' },
npm WARN EBADENGINE current: { node: 'v12.22.9', npm: '8.5.1' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@assetpack/core@0.8.0',
npm WARN EBADENGINE required: { node: '>=16.0.0' },
npm WARN EBADENGINE current: { node: 'v12.22.9', npm: '8.5.1' }
npm WARN EBADENGINE }

@danielbarion
Copy link

@cpgb85 you're running the install on node: 'v12.22.9', but the minimum required looked like to be v16.

Please upgrade your node version and try again, it should solve the errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants