Nie można zainstalować modułu bcrypt node.js na serwerze Centos

Próbuję zainstalować bcrypt na serwerze CentOS, ale otrzymałem następujący błąd:

<code>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 {}
</code>

Co mogę zrobić, aby rozwiązać ten problem? Dzięki,

questionAnswers(4)

yourAnswerToTheQuestion