简体   繁体   English

npm ERR! 找不到404 npm错误! 错误代码0

[英]npm ERR! 404 Not Found npm ERR! not ok code 0

I've just started making a website with angular-meteor in which I now want to use a calendar to select a date. 我刚刚开始制作一个带有角流星的网站,现在我要在其中使用日历选择日期。 From this SO answer I got the tip to checkout meteor-angular-ui-calendar which I installed using 这个SO答案中,我得到了使用安装的流星-angular-ui-calendar的提示

meteor add angularui:ui-calendar

After installing the app however, my app crashes with a message saying Error: Can't find npm module 'bcrypt'. Did you forget to call 'Npm.depends' in package.js within the 'npm-bcrypt' package? 但是,安装该应用程序后,我的应用程序崩溃并显示一条消息,提示Error: Can't find npm module 'bcrypt'. Did you forget to call 'Npm.depends' in package.js within the 'npm-bcrypt' package? Error: Can't find npm module 'bcrypt'. Did you forget to call 'Npm.depends' in package.js within the 'npm-bcrypt' package? . So I tried installing that using the following variations 所以我尝试使用以下变体安装

npm install npm-brcrypt
npm install brcrypt

Unfortunately I always get an error saying 不幸的是,我总是会出错

npm ERR! 404 Not Found
npm ERR! not ok code 0

I tried some of the thing suggested in this SO thread , but nothing helped. 我尝试了该SO线程中建议的某些操作,但没有任何帮助。

Does anybody know what's wrong and how I can fix this? 有人知道怎么了吗,我该如何解决? All tips are welcome! 欢迎所有提示!

Nevermind! 没关系! I already found it. 我已经找到了。

I should have read 3 lines further on, which said: 我应该再读三行,其中说:

Important: Include FullCalendar if the source is missing in your app: 重要提示:如果您的应用程序中缺少源,请包括FullCalendar:

 meteor add planettraining:jquery-fullcalendar 

That fixed it. 这样就解决了。

I wish you all a beautiful day! 祝大家美好的一天!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM