Encountering error while installing a NPM package

401 Views Asked by At

When I try to install bcrypt via NPM, I get this error:

npm ERR! code 127
npm ERR! path Z:\Authentication-Service\node_modules\bcrypt
npm ERR! command failed
npm ERR! command bash -c node-pre-gyp install --fallback-to-build
npm ERR! /mnt/z/Authentication-Service/node_modules/.bin/node-pre-gyp: 11: exec: node: not found

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Xandrrrr\AppData\Local\npm-cache\_logs\2021-08-23T23_15_39_915Z-debug.log

What I've already tried:

  • Reinstall node
  • Validate the Path variable

My versions:

  • Node v16.7.0
  • NPM 7.20.3
1

There are 1 best solutions below

0
h-sifat On

Node v16.7.0 is not the LTS version.

May be it has deprecated some features that bcrypt requires (but I'm not sure)!

Try downgrading Node to the current LTS version v14.17.6