kelektiv / node.bcrypt.js

bcrypt for NodeJs
MIT License
7.43k stars 510 forks source link

npm warning #927

Closed aditya22062 closed 1 year ago

aditya22062 commented 2 years ago

npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'parser@0.1.4', npm WARN EBADENGINE required: { node: '0.4-0.9' }, npm WARN EBADENGINE current: { node: 'v16.15.0', npm: '8.5.5' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'tokenizer@1.1.2', npm WARN EBADENGINE required: { node: '0.10.x' }, npm WARN EBADENGINE current: { node: 'v16.15.0', npm: '8.5.5' } npm WARN EBADENGINE }

drayilara commented 2 years ago

What version of bcrypt are you install. It seems the node version you are using is not compatible with bcrypt. Run this command to install a more compatible version: npm install bcrypt@3.0.2

recrsn commented 1 year ago

Please use bcrypt@5.0.0 or higher