pixijs / assetpack

A configurable asset pipeline for the web
http://pixijs.io/assetpack/
MIT License
96 stars 19 forks source link

Unsupported engine when running install #58

Closed cpgb85 closed 3 months ago

cpgb85 commented 6 months ago

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 commented 4 months ago

@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.