bcrypt@0.8.3 安装脚本时出错 'node-gyp rebuild'
error Failed at the bcrypt@0.8.3 install script 'node-gyp rebuild'
我正在尝试在笔记本电脑上安装 bcrypt,Windows 7 64 位。
我已经安装了 Microsoft Visual C++ 2008 Redistributable Package、2012 Redistributable package。还安装了 Visual Studio 2013 社区更新 4.
我正在尝试使用此命令 npm install bcrypt --msvs_version=2013
添加节点模块到我的 nodejs 项目中 https://github.com/steelx/nodeauth
我已经安装了必需的 Python 2.7.9 和 node-gyp。
但是还是不行。
这是完整的错误日志here
这实际上是一个常见问题。您需要安装 64 位 Windows SDK。
https://github.com/TooTallNate/node-gyp/#installation
干杯!
这是一个阻止下载链接的安全防火墙。
我正在尝试在笔记本电脑上安装 bcrypt,Windows 7 64 位。 我已经安装了 Microsoft Visual C++ 2008 Redistributable Package、2012 Redistributable package。还安装了 Visual Studio 2013 社区更新 4.
我正在尝试使用此命令 npm install bcrypt --msvs_version=2013
添加节点模块到我的 nodejs 项目中 https://github.com/steelx/nodeauth
我已经安装了必需的 Python 2.7.9 和 node-gyp。 但是还是不行。
这是完整的错误日志here
这实际上是一个常见问题。您需要安装 64 位 Windows SDK。
https://github.com/TooTallNate/node-gyp/#installation
干杯!
这是一个阻止下载链接的安全防火墙。