【问题标题】:npm ERR! 404 Not Found npm ERR! not ok code 0npm 错误! 404 未找到 npm 错误!不好的代码 0
【发布时间】:2015-10-28 17:53:13
【问题描述】:

我刚刚开始使用angular-meteor 创建一个网站,现在我想在其中使用日历来选择日期。从this SO answer 我得到了结帐meteor-angular-ui-calendar 使用的提示

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

我尝试了this SO thread 中建议的一些方法,但没有任何帮助。

有谁知道出了什么问题以及我该如何解决这个问题?欢迎所有提示!

【问题讨论】:

  • 没有brcrypt 模块。会不会是笔误?

标签: javascript angularjs node.js meteor angular-meteor


【解决方案1】:

没关系!我已经找到了。

我应该进一步阅读 3 行,其中说:

重要提示:如果您的应用中缺少源,请包含 FullCalendar:

meteor add planettraining:jquery-fullcalendar

这样就解决了。

祝大家有个美好的一天!

【讨论】:

    猜你喜欢
    • 2021-09-06
    • 1970-01-01
    • 1970-01-01
    • 2019-05-03
    • 2019-03-07
    • 1970-01-01
    • 2022-10-08
    • 2017-05-24
    • 1970-01-01
    相关资源
    最近更新 更多