Wenn ich versuche, tsc
mit meinem ionic2 Projekt zu verwenden, bekomme ich den folgenden Fehler auf einer Typoskript-Datei.TS2307: Kann Modul 'ionische/ionische' nicht finden
Der Fehler: TS2307: Cannot find module 'ionic/ionic'
Der Code:
import {Page} from "ionic/ionic" //error happens on this line
@Page({
templateUrl: 'app/list/list.html',
})
export class ListPage {
constructor() {}
}
Meine tsconfig.json Datei:
{
"compilerOptions": {
"target": "ES5",
"module": "commonjs",
"sourceMap": true,
"isolatedModules": true,
"noEmitOnError": false,
"rootDir": ".",
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"compileOnSave": false
}
Meine npm -g Liste:
[email protected]
[email protected]
[email protected]
[email protected]
Danke nochmal! Das Problem verfolgen. – prolink007
Link ist tot :( – Oli