npm install error
See original GitHub issueWhenever I run NPM install this error pops up: `npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: ‘favicons@7.0.1’, npm WARN EBADENGINE required: { node: ‘>=14.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: ‘favicons-webpack-plugin@6.0.0-alpha.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: ‘html-inline-script-webpack-plugin@3.1.0’, npm WARN EBADENGINE required: { node: ‘>=14.0.0’, npm: ‘>=6.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: ‘mocha@10.0.0’, npm WARN EBADENGINE required: { node: ‘>= 14.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: ‘sass-loader@13.1.0’, npm WARN EBADENGINE required: { node: ‘>= 14.15.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: ‘selenium-webdriver@4.5.0’, npm WARN EBADENGINE required: { node: ‘>= 14.20.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: ‘source-map-loader@4.0.1’, npm WARN EBADENGINE required: { node: ‘>= 14.15.0’ }, npm WARN EBADENGINE current: { node: ‘v12.22.9’, npm: ‘8.5.1’ } npm WARN EBADENGINE } npm WARN deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information.
added 903 packages, and audited 904 packages in 8s
126 packages are looking for funding
run npm fund
for details
1 critical severity vulnerability
To address all issues, run: npm audit fix
Run npm audit
for `details.``
I’ve done what it says but nothing works, thanks to this I also can’t run the program.
Issue Analytics
- State:
- Created 10 months ago
- Comments:5 (2 by maintainers)
Try uninstalling Node 12 first, and then installing Node 18?
Make sure you’re using Node 18.