Internet Explorer 9/10 meteorInstall is undefined

Hey dudes,

i have a big problem with my application in IE9 + IE10.
The Application does exactly nothing if I change the Document Modus to pretend IE Version 9/10.

As an Error I get : modules.js - syntax error, and afterwards every meteor package claims
"meteorInstall is undefined".

Im going to try following steps:

  • Update Meteor
  • Update Angular 2

Thanks :slight_smile:

solved it.

in the code file (modules.js) there was a hint that problems occured, because of a library (gm).
After deleting it, the error was solved.