2017-11-06 1 views
1

私はMeteorで新しく、私はubuntuに流星をインストールしました。それまではすべて良かったです。しかし、その後、私は、誰かが私を助けている場合ubuntuの流星エラー。コードで終了:1 =>アプリケーションがクラッシュしています。ファイルの変更を待っています

[email protected]:~$ cd firstApp 
[email protected]:~/firstApp$ meteor -v 

は喜んでいるでしょう、私の端末では、このコマンドを書いたとき、私はその問題を持っている私は、この問題

W20171106-22:15:32.531(1)? (STDERR) /home/shahin/firstApp/.meteor/local 

/build/programs/server/boot.js:467 
W20171106-22:15:32.532(1)? (STDERR) }).run(); 
W20171106-22:15:32.532(1)? (STDERR) ^
W20171106-22:15:32.533(1)? (STDERR) 
W20171106-22:15:32.533(1)? (STDERR) Error: The babel-runtime npm package could not be found in your node_modules 
W20171106-22:15:32.533(1)? (STDERR) directory. Please run the following command to install it: 
W20171106-22:15:32.534(1)? (STDERR) 
W20171106-22:15:32.534(1)? (STDERR) meteor npm install --save babel-runtime 
W20171106-22:15:32.534(1)? (STDERR) 
W20171106-22:15:32.534(1)? (STDERR)  at babel-runtime.js (packages/babel-runtime.js:36:9) 
W20171106-22:15:32.535(1)? (STDERR)  at fileEvaluate (packages/modules-runtime.js:333:9) 
W20171106-22:15:32.535(1)? (STDERR)  at require (packages/modules-runtime.js:228:16) 
W20171106-22:15:32.535(1)? (STDERR)  at packages/babel-runtime.js:155:15 
W20171106-22:15:32.535(1)? (STDERR)  at packages/babel-runtime.js:166:3 
W20171106-22:15:32.536(1)? (STDERR)  at infos.forEach.info (/home/shahin/firstApp/.meteor/local/build/programs/server/boot.js:414:13) 
W20171106-22:15:32.536(1)? (STDERR)  at Array.forEach (<anonymous>) 
W20171106-22:15:32.536(1)? (STDERR)  at /home/shahin/firstApp/.meteor/local/build/programs/server/boot.js:413:9 
W20171106-22:15:32.536(1)? (STDERR)  at /home/shahin/firstApp/.meteor/local/build/programs/server/boot.js:463:5 
W20171106-22:15:32.537(1)? (STDERR)  at Function.run (/home/shahin/firstApp/.meteor/local/build/programs/server/profile.js:510:12) 
=> Exited with code: 1 
=> Your application is crashing. Waiting for file change. 

を得た私の最初の流星アプリを作成したい時はいつでもこれを整理してください。

答えて

1

ようこそStackOverflow!

あなたはまだmeteor npm installを実行していないようです。 Meteorはnpmパッケージを管理していないので、自分でコマンドを実行する必要があります。

関連する問題