meteor - 为什么运行Meteor应用程序会中断运行其他Meter应用程序的功能?

标签 meteor build crash

我正在开发一个可以很好执行的 meteor 应用程序(METEOR@1.2.1)...但是,我目睹了几集,其中在执行不同的 meteor 应用程序后,碰巧像下一个一样失败了,之后当我尝试运行自己的 meteor 应用程序时应用突然启动失败:

其他应用程式:

git clone https://github.com/RocketChat/Rocket.Chat
cd Rocket.Chat


meteor
[[[[[ ~/other_src/Rocket.Chat ]]]]]           

=> Started proxy.                             
=> Started MongoDB.                           
rocketchat:file: updating npm dependencies -- mkdirp, gridfs-stream, gm...
rocketchat:assets: updating npm dependencies -- image-size...
rocketchat:ldap: updating npm dependencies -- ldapjs...
rocketchat:theme: updating npm dependencies -- less, less-plugin-autoprefix...
rocketchat:tutum: updating npm dependencies -- redis...
rocketchat:ui-sidenav: updating npm dependencies -- less, less-plugin-autoprefix...
steffo:meteor-accounts-saml: updating npm dependencies -- xml2js, xml-crypto, xmldom, connect, xmlbuilder, querystring, xml-encryption...
W20151207-17:15:31.344(-5)? (STDERR)          
W20151207-17:15:31.345(-5)? (STDERR) module.js:340
W20151207-17:15:31.346(-5)? (STDERR)     throw err;
W20151207-17:15:31.346(-5)? (STDERR)           ^
W20151207-17:15:31.346(-5)? (STDERR) Error: Cannot find module 'fibers'
W20151207-17:15:31.346(-5)? (STDERR)     at Function.Module._resolveFilename (module.js:338:15)
W20151207-17:15:31.348(-5)? (STDERR)     at Function.Module._load (module.js:280:25)
W20151207-17:15:31.348(-5)? (STDERR)     at Module.require (module.js:364:17)
W20151207-17:15:31.348(-5)? (STDERR)     at require (module.js:380:17)
W20151207-17:15:31.349(-5)? (STDERR)     at Object.<anonymous> (/home/scott/other_src/Rocket.Chat/.meteor/local/build/programs/server/boot.js:1:75)
W20151207-17:15:31.349(-5)? (STDERR)     at Module._compile (module.js:456:26)
W20151207-17:15:31.349(-5)? (STDERR)     at Object.Module._extensions..js (module.js:474:10)
W20151207-17:15:31.349(-5)? (STDERR)     at Module.load (module.js:356:32)
W20151207-17:15:31.349(-5)? (STDERR)     at Function.Module._load (module.js:312:12)
W20151207-17:15:31.349(-5)? (STDERR)     at Module.require (module.js:364:17)

这是我的应用程序...这些错误仅在应用程序上方运行后才开始发生
meteor 
[[[[[ ~/other_src/github/myapp ]]]]]      

=> Started proxy.                             
=> Started MongoDB.                           
W20151207-17:37:03.985(-5)? (STDERR)          
W20151207-17:37:03.987(-5)? (STDERR) module.js:340
W20151207-17:37:03.987(-5)? (STDERR)     throw err;
W20151207-17:37:03.987(-5)? (STDERR)           ^
W20151207-17:37:03.987(-5)? (STDERR) Error: Cannot find module 'fibers'
W20151207-17:37:03.987(-5)? (STDERR)     at Function.Module._resolveFilename (module.js:338:15)
W20151207-17:37:03.987(-5)? (STDERR)     at Function.Module._load (module.js:280:25)
W20151207-17:37:03.988(-5)? (STDERR)     at Module.require (module.js:364:17)
W20151207-17:37:03.988(-5)? (STDERR)     at require (module.js:380:17)
W20151207-17:37:03.988(-5)? (STDERR)     at Object.<anonymous> (/home/scott/other_src/github/myapp/.meteor/local/build/programs/server/boot.js:1:75)
W20151207-17:37:03.988(-5)? (STDERR)     at Module._compile (module.js:456:26)
W20151207-17:37:03.988(-5)? (STDERR)     at Object.Module._extensions..js (module.js:474:10)
W20151207-17:37:03.988(-5)? (STDERR)     at Module.load (module.js:356:32)
W20151207-17:37:03.989(-5)? (STDERR)     at Function.Module._load (module.js:312:12)
W20151207-17:37:03.989(-5)? (STDERR)     at Module.require (module.js:364:17)

我知道是否要删除〜/ .meteor目录并重新安装 meteor
curl https://install.meteor.com/ | sh

我自己以前可以使用的应用突然恢复正常工作。

Ubuntu的10.10

我没有特殊权限

无论是否安装了nodejs(node-v5.1.0),我都会遇到相同的问题( meteor 不依赖于外部nodejs安装)

这是 meteor 中的已知错误吗?
这是故意的 meteor 行为吗?
关于如何避免这种情况有什么建议吗?

最佳答案

当您运行其中的一个时,它将更新程序包,如您的第一个代码示例“更新依赖项”所示。

Meteor使用您的.meteor文件夹将软件包全局存储在您的计算机中。我想说的是您的Fiber软件包的版本或OS版本可能存在问题。

关于meteor - 为什么运行Meteor应用程序会中断运行其他Meter应用程序的功能?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34144866/

相关文章:

Meteor:Meteor.isServer block 中的代码是否可以从客户端读取?

java - Gradle:不同项目中的相同源文件

javascript - 从 Meteor 中的另一个模板获取 react 变量

sql-server - 如何获取解决方案中所有 SSIS 包的所有错误

c++ - 在 qmake 期间检测修改的文件

java - 如何在 Java 中捕获崩溃日志

android - 没有互联网连接时,apk 在后台崩溃

javascript - 网页在网络主机上崩溃,但在本地主机上没有崩溃

javascript - 在 Meteor JS 中单击按钮时显示集合中的数据

javascript - 在 meteor 收集文档中插入值