Skip to content

Project does not run in current VS Version #6

@a1development

Description

@a1development

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions