我添加了Iron-Meteor并且能够用它创建一个项目 “铁帮”做了它应该做的事,但就我所能得到的而言。
e.g。通过Iron Meteor安装软件包失败:
$ iron add aldeed:autoform
> meteor add aldeed:autoform
>
> events.js:85
> throw er; // Unhandled 'error' event
> ^ Error: spawn meteor ENOENT
> at exports._errnoException (util.js:746:11)
> at Process.ChildProcess._handle.onexit (child_process.js:1053:32)
> at child_process.js:1144:20
> at process._tickCallback (node.js:355:11)
> at Function.Module.runMain (module.js:503:11)
> at startup (node.js:129:16)
> at node.js:814:3
只是想知道这是否是Windows问题?我检查了所有的系统和环境变量,它们包含node.js路径。