-
Notifications
You must be signed in to change notification settings - Fork 12k
Error loading @angular/core #1969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks asadsahi. Upgraded to and still got same error
Trace de la pile : |
i have the same problem |
i am trying this example: Then when i run ng serve i get the error in console: The only change i did is in node_modules/angularfire2 package.json -> i changed No errors when i run ng serve,but in console in browser the error i printed above |
+1 |
I don't think this is an angular CLI issue. I got this problem when I upgraded to RC-6. Here's what I'm seeing:
|
Ah this is it: https://github.com/angular/angular/blob/master/CHANGELOG.md#breaking-changes It's the systemjs change recommended there.... |
resolved, i changed the system-config.ts like /** User packages configuration. */ }; |
@yboujallab thanks your suggestion helped (at least for non-production builds). For production builds, I needed to add format: 'cjs' to each of those declarations. |
Glad you got it working. This shouldn't be needed anymore starting |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS Mac OSX
Versions.
angular-cli: 1.0.0-beta.10
node: 6.2.2
os: darwin x64
App generated with 1.0.0-beta.8 version and i'm trying to upgarde to beta-10
By running ng serve i got :
Unhandled Promise rejection: "(SystemJS) XHR error (404 Not Found) loading http://localhost:4200/traceur
patchProperty/desc.set/wrapFn@http://localhost:4200/vendor/zone.js/dist/zone.js:794:27
Zone</ZoneDelegate</ZoneDelegate.prototype.invokeTask@http://localhost:4200/vendor/zone.js/dist/zone.js:365:24
Zone</Zone</Zone.prototype.runTask@http://localhost:4200/vendor/zone.js/dist/zone.js:265:29
ZoneTask/this.invoke@http://localhost:4200/vendor/zone.js/dist/zone.js:433:29
Error loading http://localhost:4200/traceur
Unable to load transpiler to transpile http://localhost:4200/vendor/@angular/core/index.js
Error loading http://localhost:4200/vendor/@angular/core/index.js as "@angular/core" from http://localhost:4200/main.js" ; Zone: ;
I also upgrade my app to angular rc6
The text was updated successfully, but these errors were encountered: