bcrypt 未在 ubuntu 上安装 [英] bcrypt not installing on ubuntu

查看:85
本文介绍了bcrypt 未在 ubuntu 上安装的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试在 Ubuntu 中安装 bcrypt 但出现以下错误.我无法正确理解错误消息. 以下是关于同一问题的一些讨论:https://github.com/ncb000gt/node.bcrypt.js/issues/90 但仍然没有找到解决方案.

I tried to install bcrypt in Ubuntu but got following error. I can't understand error message properly. Here is some discussion regarding to the same problem : https://github.com/ncb000gt/node.bcrypt.js/issues/90 but still no solution found.

我还尝试更新 npm(npm install -g npm) 并安装 bcrypt,但没有成功.

I have also tried to update npm(npm install -g npm) and installing the bcrypt with no luck.

isha@isha-ubuntu:~/Documents/xpressnepal$ sudo npm install
npm http GET https://registry.npmjs.org/bcrypt/0.7.7
npm http 304 https://registry.npmjs.org/bcrypt/0.7.7
npm http GET https://registry.npmjs.org/bindings/1.0.0
npm http 304 https://registry.npmjs.org/bindings/1.0.0

> bcrypt@0.7.7 install /home/isha/Documents/xpressnepal/node_modules/bcrypt
> node-gyp rebuild

gyp ERR! configure error 
gyp ERR! stack Error: "pre" versions of node cannot be installed, use the --nodedir flag instead
gyp ERR! stack     at install (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/install.js:65:16)
gyp ERR! stack     at Object.self.commands.(anonymous function) [as install] (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js:66:37)
gyp ERR! stack     at getNodeDir (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:150:20)
gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:93:9
gyp ERR! stack     at ChildProcess.exithandler (child_process.js:694:7)
gyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:107:17)
gyp ERR! stack     at maybeClose (child_process.js:817:16)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:884:5)
gyp ERR! System Linux 3.8.0-19-generic
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/isha/Documents/xpressnepal/node_modules/bcrypt
gyp ERR! node -v v0.11.11-pre
gyp ERR! node-gyp -v v0.12.2
gyp ERR! not ok 
npm ERR! bcrypt@0.7.7 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the bcrypt@0.7.7 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 Linux 3.8.0-19-generic
npm ERR! command "node" "/usr/local/bin/npm" "install"
npm ERR! cwd /home/isha/Documents/xpressnepal
npm ERR! node -v v0.11.11-pre
npm ERR! npm -v 1.3.26
npm ERR! code ELIFECYCLE
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/isha/Documents/xpressnepal/npm-debug.log
npm ERR! not ok code 0
isha@isha-ubuntu:~/Documents/xpressnepal$ 

推荐答案

您可能想尝试使用更稳定版本的 node.js 安装 bcrypt .您也可能缺少一些 bcrypt 需要的库,请参阅 https://stackoverflow.com/a/20895568/732396

You might want to try installing bcrypt with a more stable version of node.js . It might be also possible that you are missing some libraries that bcrypt requires, see https://stackoverflow.com/a/20895568/732396

这篇关于bcrypt 未在 ubuntu 上安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆