简体   繁体   English

Meteor 1.1 - 错误:在Windows 8.1上生成ENOENT

[英]Meteor 1.1 - Error: spawn ENOENT on Windows 8.1

Everything happens with Meteor 1.1.0.2 一切都发生在Meteor 1.1.0.2上

I've been developing a meteor app for quite some time now and with the 1.1 release of meteor I switched my dev environment from linux VM to Windows 8.1 (my everyday working machine). 我已经开发了一段流星应用程序已经有一段时间了,随着1.1版本的meteor我将我的开发环境从linux VM切换到Windows 8.1(我的日常工作机器)。 Everything has been working great so far, no issues being present at all, until today. 到目前为止,一切都运作良好,直到今天都没有任何问题。

After deploying my app today, everything seems to work fine for 10-15 seconds and then the app crashes and console starts to throw the following error, which is thrown continuously, every second: 在今天部署我的应用程序之后,一切似乎都能正常工作10-15秒然后应用程序崩溃并且控制台开始抛出以下错误,每秒都会连续抛出:

W20150504-14:21:21.355(2)? (STDERR) wmic spawn error: Error: spawn ENOENT

What's important to note is that I did not touch any core files prior to this thing happening and that the problem occurs only on my machine (my co-worker uses Windows 7 and everything works fine) and it is bound only to this particular project. 需要注意的重要一点是,在此事发生之前我没有触及任何核心文件,并且问题只发生在我的机器上(我的同事使用的是Windows 7,一切正常)并且它仅限于此特定项目。

Here is a list of packages I use, maybe it will give you a hint as to what it might be: 这是我使用的软件包列表,也许它会给你一个关于它可能是什么的提示:

meteor-platform
iron:router
ddp
accounts-password
jquery
meteorhacks:fast-render
meteorhacks:subs-manager
meteorhacks:npm
accounts-ui-bootstrap-3
twbs:bootstrap
upload-jquery
reactive-var
fortawesome:fontawesome
mizzao:jquery-ui
edgee:slingshot
check
tracker
fourseven:scss
npm-container
sacha:spin
meteorhacks:cluster
aldeed:autoform
ovcharik:alertify
mjn:famous
gadicohen:famous-views
meteorhacks:kadira

I've managed to resolve this issue by removing Kadira from my project. 我已经设法通过从我的项目中删除Kadira来解决此问题。 I still have no idea why did it make my Windows 8.1 throw ENOENTs so if anyone knows, I would really appreciate your input. 我仍然不知道为什么它让我的Windows 8.1抛出ENOENTs所以如果有人知道,我真的很感激你的意见。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM