- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
我正在尝试向我的应用程序添加登录系统,使用 meteor accounts-facebook 效果很好,但我不知道为什么使用 accounts-password 似乎不起作用。这是出现的消息。
**C:\Users\Desktop\simple-todos>meteor add accounts-password
=> Errors while adding packages:
While loading package npm-bcrypt@0.8.7:
error: Command failed:
C:\Users\AppData\Local\.meteor\packages\meteor-tool\1.4.0\mt-os.windows.x86_32\dev_bundle\bin\npm.cmd
rebuild --no-bin-links --update-binary
gyp ERR! build error
gyp ERR! stack Error:
`C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed with
exit code: 1
gyp ERR! stack at ChildProcess.onExit
(C:\Users\AppData\Local\.meteor\packages\meteor-tool\1.4.0\mt-os.windows.x86_32\dev_bundle\bin\node_modules\node-gyp\lib\build.js:276:23)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:172:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit
(internal/child_process.js:200:12)
gyp ERR! System Windows_NT 10.0.10586
gyp ERR! command
"C:\\Users\\AppData\\Local\\.meteor\\packages\\meteor-tool\\1.4.0\\mt-os.windows.x86_32\\dev_bundle\\bin\\node.exe"
"C:\\Users\\AppData\\Local\\.meteor\\packages\\meteor-tool\\1.4.0\\mt-os.windows.x86_32\\dev_bundle\\bin\\node_modules\\node-gyp\\bin\\node-gyp.js"
"rebuild"
gyp ERR! cwd
C:\Users\AppData\Local\.meteor\packages\npm-bcrypt\0.8.7\npm\node_modules\.temp-hbsxuh\node_modules\bcrypt
gyp ERR! node -v v4.4.7
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
npm ERR! Windows_NT 10.0.10586
npm ERR! argv
"C:\\Users\\AppData\\Local\\.meteor\\packages\\meteor-tool\\1.4.0\\mt-os.windows.x86_32\\dev_bundle\\bin\\node.exe"
"C:\\Users\\AppData\\Local\\.meteor\\packages\\meteor-tool\\1.4.0\\mt-os.windows.x86_32\\dev_bundle\\lib\\node_modules\\npm\\bin\\npm-cli.js"
"rebuild" "--no-bin-links" "--update-binary"
npm ERR! node v4.4.7
npm ERR! npm v3.10.5
npm ERR! code ELIFECYCLE
npm ERR! bcrypt@0.8.7 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the bcrypt@0.8.7 install script 'node-gyp rebuild'.
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-gyp rebuild
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.
npm ERR! Please include the following file with any support request:
npm ERR!
C:\Users\AppData\Local\.meteor\packages\npm-bcrypt\0.8.7\npm\node_modules\.temp-hbsxuh\npm-debug.log
gyp ERR! build error
gyp ERR! stack Error:
`C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed with
exit code: 1
gyp ERR! stack at ChildProcess.onExit
(C:\Users\AppData\Local\.meteor\packages\meteor-tool\1.4.0\mt-os.windows.x86_32\dev_bundle\bin\node_modules\node-gyp\lib\build.js:276:23)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:172:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit
(internal/child_process.js:200:12)
gyp ERR! System Windows_NT 10.0.10586
gyp ERR! command
"C:\\Users\\AppData\\Local\\.meteor\\packages\\meteor-tool\\1.4.0\\mt-os.windows.x86_32\\dev_bundle\\bin\\node.exe"
"C:\\Users\\AppData\\Local\\.meteor\\packages\\meteor-tool\\1.4.0\\mt-os.windows.x86_32\\dev_bundle\\bin\\node_modules\\node-gyp\\bin\\node-gyp.js"
"rebuild"
gyp ERR! cwd
C:\Users\AppData\Local\.meteor\packages\npm-bcrypt\0.8.7\npm\node_modules\.temp-hbsxuh\node_modules\bcrypt
gyp ERR! node -v v4.4.7
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
npm ERR! Windows_NT 10.0.10586
npm ERR! argv
"C:\\Users\\AppData\\Local\\.meteor\\packages\\meteor-tool\\1.4.0\\mt-os.windows.x86_32\\dev_bundle\\bin\\node.exe"
"C:\\Users\\AppData\\Local\\.meteor\\packages\\meteor-tool\\1.4.0\\mt-os.windows.x86_32\\dev_bundle\\lib\\node_modules\\npm\\bin\\npm-cli.js"
"rebuild" "--no-bin-links" "--update-binary"
npm ERR! node v4.4.7
npm ERR! npm v3.10.5
npm ERR! code ELIFECYCLE
npm ERR! bcrypt@0.8.7 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the bcrypt@0.8.7 install script 'node-gyp rebuild'.
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-gyp rebuild
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.
npm ERR! Please include the following file with any support request:
npm ERR!
C:\Users\AppData\Local\.meteor\packages\npm-bcrypt\0.8.7\npm\node_modules\.temp-hbsxuh\npm-debug.log**
谁能解释一下为什么使用 facebook 而不是帐户?
最佳答案
好的,看起来您正在使用最新版本的 meteor,但没有安装 MS Build Tools
。
Accounts-password 需要一个叫做 npm-bcrypt
的东西,它用于密码散列。
现在要安装 npm-bcrypt
,您需要一个原生插件构建工具,而该构建工具又需要 MS 构建工具
( which you can download here )。所以只需安装它就可以了。 Read more here
关于node.js - meteor 账号-密码错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38668452/
我无法理解 hl7 中关键概念之间的差异。 有人可以解释一下以下内容的差异吗: 什么是访问?访问次数通常位于哪里?什么是遭遇数?遭遇号码通常位于哪里?hl7中的遭遇等级和访问等级有什么区别?帐号是多少
Steam平台限时半价购买《绝地求生》账号 进入活动先登陆 然后加入购物车下单就行了 经常洗我绝地求生的可以去买一个 挺划算的 活动地址:http://t.cn/RBgS3tN 手机扫码
我正在开发一个可以调用互联网电话的 Android 应用程序。我让一切正常,从 SIP 服务器注册和调用电话,更新实时状态等。但是我用于应用程序的 SIP 帐户已在代码中设置。这不是我想要的。 在an
Substrate Collectables Workshop在某些时候建议开发者链为 Alice 提供预注资金的帐户。 Let's go into the Transfer app, and mak
我正在尝试向我的应用程序添加登录系统,使用 meteor accounts-facebook 效果很好,但我不知道为什么使用 accounts-password 似乎不起作用。这是出现的消息。 **C
废话不多说了,直接给大家贴实现此功能的正则表达式代码了,具体代码如下所示: ?
我是一名优秀的程序员,十分优秀!