-
Notifications
You must be signed in to change notification settings - Fork 14
Description
After opening the Project with Visual Studio '15 and downloading letting all the npm dependencies install, clicking on Ripple Start Botton to debug the app the following error message shows up:
TS2661 Build: Cannot re-export name that is not defined in the module. cordova-angular C:\Data\Work\TypeScript-Cordova-SystemJS-Angular2-beta-master\node_modules\angular2\src\facade\promise.d.ts 1
Trying to fix this error by adding:
declare var Promise: PromiseConstructor; to the promise.d.ts file did get rid of the error message but when the application starts it dies nof find app.component.html
I tried to update angular2 to the latest version: 2.0.0-beta.12
But after that all sort of errors are showing up.
I am at the beginning of this so i am no big help in solving this issue.
Do you have any advice?