We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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安装失败 错误提示 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 }
The text was updated successfully, but these errors were encountered:
I'm using NodeJS v14.5.4 and I don't have the error.
Could you share package.json file to reproduce that error?
package.json
@peculiar/webcrypto uses engine option. It uses NodeJS Crypto API which was implemented in NodeJS v10
@peculiar/webcrypto
engine
"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
eslint-scope
javascript-obfuscator
Sorry, something went wrong.
No branches or pull requests
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 }
The text was updated successfully, but these errors were encountered: