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

bug: Unsupported engine #42

Closed
notflip opened this issue Jan 20, 2023 · 1 comment
Closed

bug: Unsupported engine #42

notflip opened this issue Jan 20, 2023 · 1 comment
Labels
bugfix Inconsistencies or issues which will cause a problem for users or implementors.

Comments

@notflip
Copy link

notflip commented Jan 20, 2023

Bug Report

Hadmean version:
Latest

Current behavior:
I get the following error on running the npx hadmean command

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'hadmean@0.1.1',
npm WARN EBADENGINE   required: { node: '=16', npm: '8' },
npm WARN EBADENGINE   current: { node: 'v19.4.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@hadmean/bacteria@0.0.6',
npm WARN EBADENGINE   required: { node: '=16', npm: '8' },
npm WARN EBADENGINE   current: { node: 'v19.4.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@hadmean/chromista@1.0.64',
npm WARN EBADENGINE   required: { node: '=16', npm: '8' },
npm WARN EBADENGINE   current: { node: 'v19.4.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@hadmean/protozoa@1.0.18',
npm WARN EBADENGINE   required: { node: '=16', npm: '=8' },
npm WARN EBADENGINE   current: { node: 'v19.4.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@azure/msal-node@1.14.6',
npm WARN EBADENGINE   required: { node: '10 || 12 || 14 || 16 || 18' },
npm WARN EBADENGINE   current: { node: 'v19.4.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead

Steps to reproduce:
Run npx hadmean

Does this mean that Node 19 is not supported and I should use Node 16?

@notflip notflip added the bugfix Inconsistencies or issues which will cause a problem for users or implementors. label Jan 20, 2023
@notflip notflip changed the title bug: bug: Unsupported engine Jan 20, 2023
@thrownullexception
Copy link
Contributor

Yes, you need to use version 16

@github-actions github-actions bot locked and limited conversation to collaborators Feb 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bugfix Inconsistencies or issues which will cause a problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

2 participants