0

Meteor 1.3.2.4 と Node v4.4.3 を実行しています。すべてのプロジェクトが読み込まれなくなり、次のエラーが表示されます。最初にCannot find modules fibers私が行ったのはエラーで、meteor build --directory ../buildここで見たcd .meteor/local/build/programs/serverのはnpm installでした。 そして、エラーは次のように変わりました:

Massimo-2:Meteor tzikas$ cd newProj/          
Massimo-2:newProj tzikas$ ls
client      package.json    server
Massimo-2:newProj tzikas$ meteor
[[[[[ ~/Documents/TzikasCode/Meteor/newProj ]]]]]

=> Started proxy.                             
=> Started MongoDB.                           
W20160526-19:24:37.373(-4)? (STDERR)          
W20160526-19:24:37.374(-4)? (STDERR) /Users/tzikas/.meteor/packages/meteor-tool/.1.3.2_4.109e4rj++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/fibers.js:16
W20160526-19:24:37.374(-4)? (STDERR)    throw new Error('`'+ modPath+ '.node` is missing. Try reinstalling `node-fibe
W20160526-19:24:37.374(-4)? (STDERR)          ^
W20160526-19:24:37.375(-4)? (STDERR) Error: `/Users/tzikas/.meteor/packages/meteor-tool/.1.3.2_4.109e4rj++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/bin/darwin-x64-v8-3.14/fibers.node` is missing. Try reinstalling `node-fibers`?
W20160526-19:24:37.375(-4)? (STDERR)     at Object.<anonymous> (/Users/tzikas/.meteor/packages/meteor-tool/.1.3.2_4.109e4rj++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/fibers.js:16:8)
W20160526-19:24:37.375(-4)? (STDERR)     at Module._compile (module.js:456:26)
W20160526-19:24:37.375(-4)? (STDERR)     at Object.Module._extensions..js (module.js:474:10)
W20160526-19:24:37.375(-4)? (STDERR)     at Module.load (module.js:356:32)
W20160526-19:24:37.375(-4)? (STDERR)     at Function.Module._load (module.js:312:12)
W20160526-19:24:37.376(-4)? (STDERR)     at Module.require (module.js:364:17)
W20160526-19:24:37.376(-4)? (STDERR)     at require (module.js:380:17)
W20160526-19:24:37.376(-4)? (STDERR)     at Object.<anonymous> (/Users/tzikas/Documents/TzikasCode/Meteor/newProj/.meteor/local/build/programs/server/boot.js:1:75)
W20160526-19:24:37.377(-4)? (STDERR)     at Module._compile (module.js:456:26)
W20160526-19:24:37.377(-4)? (STDERR)     at Object.Module._extensions..js (module.js:474:10)
=> Exited with code: 8                        

サーバーフォルダーで npmのアンインストールとファイバーの再インストールも試みましたが、役に立ちませんでした。

また、デスクトップだけでなく、同じバージョンを実行しているラップトップでも meteor が正常に動作しているようです。

4

1 に答える 1