0
我正在關注Meteor書籍和路由教程。卡在這裏。有任何想法嗎?流星路由器拋出錯誤
mars:meteor_projs mbp$ mrt create test
test: created.
To run your new app:
cd test
meteor
mars:meteor_projs mbp$ cd test
mars:test mbp$ mrt add router
✓ router
tag: https://github.com/tmeasday/meteor-router.git#v0.5.4.1
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:980:11)
at Process.ChildProcess._handle.onexit (child_process.js:771:34)
任何想法?
現在我得到這個,當我更新項目與地鐵更新
mars:microscope2 stan$ mrt update
✓ router
tag: https://github.com/tmeasday/meteor-router.git#v0.5.4.1
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:980:11)
at Process.ChildProcess._handle.onexit (child_process.js:771:34)
我應該徹底清除流星?
檢查您的系統上是否安裝了最新版本的'meteorite'。您可以嘗試刪除'home'中的'.meteorite'目錄並重新運行上述命令。 –
嗨,我重新安裝了節點,流星和隕石。目前看起來不錯 – extensa5620