On Sat, Apr 14, 2012 at 13:54, Feras Odeh <[email protected]> wrote: > I'm trying to install bcrypt on CentOS server but I got the following error: > > info postuninstall [email protected] > ERR! [email protected] install: `make build` > ERR! `sh "-c" "make build"` failed with 2 > ERR! > ERR! Failed at the [email protected] install script. > ERR! This is most likely a problem with the bcrypt package, > ERR! not with npm itself. > ERR! Tell the author that this fails on your system: > ERR! make build > ERR! You can get their info via: > ERR! npm owner ls bcrypt > ERR! There is likely additional logging output above. > ERR! > ERR! System Linux 2.6.18-028stab095.1 > ERR! command "nodejs" "/usr/bin/npm" "install" "bcrypt" > ERR! cwd /root/grouplo > ERR! node -v v0.6.15 > ERR! npm -v 1.1.16 > ERR! code ELIFECYCLE > ERR! message [email protected] install: `make build` > ERR! message `sh "-c" "make build"` failed with 2 > ERR! errno {} > > What Can I do to solve this? Thanks,
Could be a number of things. Try `npm install -v bcrypt`, it'll turn on verbose mode. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
