我刚刚开始使用angular-meteor制作一个网站,现在我想在其中使用日历来选择日期。从这个 SO 答案中,我得到了结帐使用安装的流星角 UI 日历的提示
meteor add angularui:ui-calendar
然而,在安装应用程序后,我的应用程序崩溃并显示一条消息Error: Can't find npm module 'bcrypt'. Did you forget to call 'Npm.depends' in package.js within the 'npm-bcrypt' package?
。所以我尝试使用以下变体安装它
npm install npm-brcrypt
npm install brcrypt
不幸的是我总是得到一个错误说
npm ERR! 404 Not Found
npm ERR! not ok code 0
我尝试了这个 SO thread中建议的一些东西,但没有任何帮助。
有谁知道出了什么问题以及我该如何解决?欢迎所有提示!