kelektiv / node.bcrypt.js

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

Getting error in linux debian 12 #1042

Open ARUNKRISH11 opened 3 weeks ago

ARUNKRISH11 commented 3 weeks ago

Error while downloading in Node.js v20.14.0 | linux debian 12

npm install bcrypt npm warn EBADENGINE Unsupported engine { npm warn EBADENGINE package: 'fileupload@0.2.1', npm warn EBADENGINE required: { node: '>= 0.4.6 < 0.7.0' }, npm warn EBADENGINE current: { node: 'v20.14.0', npm: '10.7.0' } npm warn EBADENGINE } npm error code ENOTEMPTY npm error syscall rename npm error path /home/arunkrish/ShoppingCart/node_modules/handlebars npm error dest /home/arunkrish/ShoppingCart/node_modules/.handlebars-HdNeHTOI npm error errno -39 npm error ENOTEMPTY: directory not empty, rename '/home/arunkrish/ShoppingCart/node_modules/handlebars' -> '/home/arunkrish/ShoppingCart/node_modules/.handlebars-HdNeHTOI'

npm error A complete log of this run can be found in: /home/arunkrish/.npm/_logs/2024-06-14T13_49_31_115Z-debug-0.log