相关疑难解决方法(0)

在Meteor中运行示例的问题

我正在测试Meteor示例,这是我meteor在todos示例中运行时看到的内容:

Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Can't start mongod. Check for other processes listening on port 3002 or other meteors running in the same project.
Run Code Online (Sandbox Code Playgroud)

如果我mongod在命令行中运行会发生这种情况:

Thu Apr 12 19:27:39 Mongo DB : starting : pid = 2686 port = 27017 dbpath = /data/db/ master = 0 slave = 0  32-bit 

** NOTE: when using MongoDB 32 bit, you are limited to about …
Run Code Online (Sandbox Code Playgroud)

mongodb meteor

34
推荐指数
8
解决办法
3万
查看次数

更新后无法安装,更新或运行Meteor

我一直在使用Meteor应用程序几个月.这是我第一次尝试运行流星应用程序,安装通过(curl https://install.meteor.com |/bin/sh)或运行meteor update,我收到此错误:

module.js:340
    throw err;
          ^
Error: Cannot find module 'fibers'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:362:17)
    at require (module.js:378:17)
    at Object.<anonymous> (/usr/local/meteor/app/meteor/meteor.js:1:75)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.runMain (module.js:492:10)
Run Code Online (Sandbox Code Playgroud)

在过去我会得到随机的js错误并重新安装会修复,但我甚至无法运行安装程序或立即更新.也许它与0.6有关.感谢您的任何见解!

meteor

8
推荐指数
2
解决办法
7381
查看次数

标签 统计

meteor ×2

mongodb ×1