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

node14.5安装失败 #33

Open
Yuri2 opened this issue Oct 2, 2021 · 1 comment
Open

node14.5安装失败 #33

Yuri2 opened this issue Oct 2, 2021 · 1 comment

Comments

@Yuri2
Copy link

Yuri2 commented Oct 2, 2021

node14.5安装失败
错误提示
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '[email protected]',
npm WARN EBADENGINE required: { node: '^12.22.0 || ^14.17.0 || >=16.0.0' },
npm WARN EBADENGINE current: { node: 'v14.15.0', npm: '7.24.1' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '[email protected]',
npm WARN EBADENGINE required: { node: '^12.22.0 || ^14.17.0 || >=16.0.0' },
npm WARN EBADENGINE current: { node: 'v14.15.0', npm: '7.24.1' }
npm WARN EBADENGINE }

@microshine
Copy link
Collaborator

I'm using NodeJS v14.5.4 and I don't have the error.

Could you share package.json file to reproduce that error?

@peculiar/webcrypto uses engine option. It uses NodeJS Crypto API which was implemented in NodeJS v10

"engines": {
  "node": ">=10.12.0"
},

As I can see from your log message you've got a problem with eslint-scope and javascript-obfuscator modules

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