我正在关注 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)
有任何想法吗?
现在,当我使用 mrt update 更新项目时,我得到了这个
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)
我应该完全移除流星吗?