Skip to content

Uncaught ReferenceError: System is not defined #8

@eric-2d

Description

@eric-2d

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions