Meteor 1.1 - Error: Call ENOENT on Windows 8.1

Everything happens with Meteor 1.1.0.2

I have been developing a meteor app for a long time now and with the release of meteor 1.1 I switched my app environment from Linux to Windows 8.1 (my day to day work machine). Everything worked fine so far, no problems, until today.

After deploying my application today, everything works fine for 10-15 seconds and then the application crashes and the console starts throwing the following error, which is thrown continuously, every second:

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

      

It is important to note that I did not touch the core files before this happened, and that the problem only occurs on my machine (my co-worker is using Windows 7 and everything works fine) and this is only related to this particular project.

Here is a list of packages that I am using, 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

      

+3


source to share


1 answer


I managed to fix this problem by removing Kadira from my project. I still don't know why this made my Windows 8.1 throw ENOENTs, so if anyone knows I would really appreciate your input.



0


source







All Articles