TsumiNa/meteor-aurelia

Uncaught ReferenceError: System is not defined

Opened this issue · 0 comments

Hello,

I did everything mentioned in the quick start, but the app doesn't start and the web console shows: "Uncaught ReferenceError: System is not defined"

Terminal output:

=> Started proxy.                             
=> Started MongoDB.                           
Message: Using Systemjs Loader...             
Message: Using Aurelia Framework...           
=> Started your app.                          

=> App running at: http://localhost:3000/

Index.html (root of project):

<body>
<div aurelia-app="client/main"></div>

<script>
    System.import('aurelia-bootstrapper');
</script>

</body>

Meteor 1.4.1.1

Edit: seems to be related to Meteor 1.4.1.1
I cloned https://github.com/TsumiNa/aurelia-skeleton-jade ran it, worked.
I then did meteor update, ran it, same System error.