我目前正在开发一个部署在 Azure 上的 node.js 项目。我刚刚使用 bcrypt 添加了密码加密。在我的测试计算机上一切都很好,但是当我在 Azure 上部署时,部署失败并且我收到了以下消息:
node-gyp rebuild
C:\DWASFiles\Sites\invata\VirtualDirectory0\site\wwwroot\node_modules\bcrypt>node "D:\Program Files (x86)\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node- gyp\bin\node-gyp.js" rebuild
gypnpm ERR! bcrypt@0.7.6 install: `node-gyp rebuild`
npm ERR! `cmd "/c" "node-gyp rebuild"` failed with 1
An error has occurred during web site deployment.
npm ERR!
npm ERR! Failed at the bcrypt@0.7.6 install script.
BCrypt 安装有点棘手,因为它需要下载和安装 openSSL。那么有没有可能在 azure 上部署这样的模块,还是没有希望?
谢谢, 斯蒂芬