繁体   English   中英

bcrypt未与npm一起安装(Mac OS X 10.9-节点v0.10.22)

[英]bcrypt not installing with npm (Mac OS X 10.9 - Node v0.10.22)

系统规格:Mac OS X 10.9节点v0.10.22

尝试安装bcrypt时出现以下错误。 有关如何解决此问题的任何建议?

任何帮助将不胜感激。

> bcrypt@0.7.6 install /Users/eDawg/Desktop/eggstage/node_modules/bcrypt
> node-gyp rebuild

  CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
../src/blowfish.cc:47:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h>
         ^
1 error generated.
make: *** [Release/obj.target/bcrypt_lib/src/blowfish.o] Error 1
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:789:12)
gyp ERR! System Darwin 13.0.0
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/eDawg/Desktop/eggstage/node_modules/bcrypt
gyp ERR! node -v v0.10.22
gyp ERR! node-gyp -v v0.11.0
gyp ERR! not ok 
npm ERR! bcrypt@0.7.6 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the bcrypt@0.7.6 install script.
npm ERR! This is most likely a problem with the bcrypt package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls bcrypt
npm ERR! There is likely additional logging output above.

npm ERR! System Darwin 13.0.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "bcrypt"
npm ERR! cwd /Users/eDawg/Desktop/eggstage
npm ERR! node -v v0.10.22
npm ERR! npm -v 1.3.14
npm ERR! code ELIFECYCLE
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/eDawg/Desktop/eggstage/npm-debug.log
npm ERR! not ok code 0

我建议尝试使用本机javascript编写的bcrypt.js 显然不应有任何构建问题。

我知道这个答案还很晚。 但是对于其他遇到此问题的人,则需要确保使用的是正确的bcrypt版本。 请参阅下表(也可以在其NPM页面上找到该表)。 左侧为节点版本,右侧为bcrypt发布版本。

0.4.x   <= 0.4.x
0.6.x   >= 0.5.x
0.8.x   >= 0.5.x
0.10.x  >= 0.5.x
0.11.x  >= 0.8.x

在Mac Mavericks 1.9上更新XCode为我解决了此问题。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM