node.js - Bcrypt Elastic beanstalk nodejs 部署

标签 node.js amazon-elastic-beanstalk bcrypt continuous-deployment

我正在尝试将带有 codeship 的 nodejs 后端部署到弹性 beanstalk。但每次我收到以下错误:

bcrypt@1.0.3 install /tmp/deployment/application/node_modules/bcrypt
node-pre-gyp install --fallback-to-build

module.js:471
throw err;
^

Error: Cannot find module '../'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/tmp/deployment/application/node_modules/.bin/node-pre-gyp:15:20)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)

npm ERR! Linux 4.9.62-21.56.amzn1.x86_64
npm ERR! argv "/opt/elasticbeanstalk/node-install/node-v6.11.5-linux-x64/bin/node" "/opt/elasticbeanstalk/node-install/node-v6.11.5-linux-x64/bin/npm" "--production" "rebuild"
npm ERR! node v6.11.5
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the bcrypt@1.0.3 install script 'node-pre-gyp install --fallback-to-build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, 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-pre-gyp install --fallback-to-build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs bcrypt
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls bcrypt
npm ERR! There is likely additional logging output above.

有谁知道如何修理它?几天来一直在尝试修复它,非常感谢您的帮助!

最佳答案

尝试使用 bcrypt.js模块而不是 bcrypt这是一个更新/最新的 npm 模块。
运行npm install bcryptjs然后 npm install

关于node.js - Bcrypt Elastic beanstalk nodejs 部署,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47972468/

相关文章:

javascript - Cronjob 停止执行 nodejs

node.js - Nodemon 更新到版本 1.18.10 后无法工作

java - AWS 在调用 API 时阻止了混合内容

go - 2018 年使用哪种 bcrypt 成本?

node.js - 恢复 Brain.js 神经网络模型的训练

Javascript:将对象的对象转换为对象数组

docker - 无法启动 Elastic Beanstalk MultiContainer 实例

amazon-web-services - 将 Go 1.6 Web 应用程序部署到 AWS Elastic Beanstalk?

java - 为什么 Spring Security 的 BCrypt 实现使用 no-early-return equals 方法?

node.js - Bcrypt 密码比较不起作用。 Node.js Express App 中甚至 user.password 为空