2017-12-12 3 views
-2

Ich habe meinen Computer in einen neuen geändert und habe versucht, alles zu installieren, um mein ionic 2 Projekt zu starten, alles ist in Ordnung und aktuell, aber aus irgendeinem Grund bin ich ' m den folgenden Fehler bekommen, wenn i ionic serve -lIonic 2 Projekt funktioniert nicht auf dem neuen Computer

Uncaught TypeError: jit_val_0 is not a function 
 
    at eval (ng:///AppModule/module.ngfactory.js:3) 
 
    at evalExpression (compiler.es5.js:26569) 
 
    at jitStatements (compiler.es5.js:26581) 
 
    at JitCompiler._compileModule (compiler.es5.js:26862) 
 
    at compiler.es5.js:26801 
 
    at Object.then (compiler.es5.js:1683) 
 
    at JitCompiler._compileModuleAndComponents (compiler.es5.js:26799) 
 
    at JitCompiler.compileModuleAsync (compiler.es5.js:26728) 
 
    at PlatformRef_._bootstrapModuleWithZone (core.es5.js:4811) 
 
    at PlatformRef_.bootstrapModule (core.es5.js:4797)

Antwort

1

nur Winkel Module 4.4.4

npm install @angular/[email protected] 
+1

aktualisieren laufen Ja ... das funktionierte, m y 'npm install' lief nicht richtig –

+0

froh, dass es geholfen hat :) –

Verwandte Themen