-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
I receive this error when I tried to update to angular 2.1.
You posted in here NathanWalker/angular-seed-advanced#270 that the solution for angular-seed-advanced is on master, I don't know if it is just needed to release a version from here ?
Here is the error received by the way:
Project successfully built
Successfully deployed on device with identifier '00A4117D-42D7-4D34-A741-4D4FAA4286CD'.
Oct 24 06:18:58 MacBook-Pro-de-Ignacio gyntoclient[7921]: 1 0x105ac88d7 -[TNSRuntime executeModule:]
Oct 24 06:18:58 MacBook-Pro-de-Ignacio gyntoclient[7921]: 2 0x102b9b102 main
Oct 24 06:18:58 MacBook-Pro-de-Ignacio gyntoclient[7921]: 3 0x10840092d start
Oct 24 06:18:58 MacBook-Pro-de-Ignacio gyntoclient[7921]: file:///app/app.module.js:4:30: JS ERROR SyntaxError: Importing binding name 'EventEmitter' is not found.
Oct 24 06:18:58 MacBook-Pro-de-Ignacio com.apple.CoreSimulator.SimDevice.00A4117D-42D7-4D34-A741-4D4FAA4286CD.launchd_sim[21782] (UIKitApplication:com.gynto.client[0xf63c][7921]): Service exited due to signal: Segmentation fault: 11
And those are the lines of app.module.js:
"use strict";
// this import should be first in order to load some required settings (like globals and reflect-metadata)
var core_1 = require("@angular/core");
var ng2_translate_1 = require("ng2-translate/ng2-translate");
var platform_1 = require("nativescript-angular/platform");
var forms_1 = require("nativescript-angular/forms");
var router_1 = require("nativescript-angular/router");
var http_1 = require("nativescript-angular/http");
This is line 4: var ng2_translate_1 = require("ng2-translate/ng2-translate");
Metadata
Metadata
Assignees
Labels
No labels