2017-12-12 1 views
-2

저는 컴퓨터를 새 것으로 변경하고 내 이온 2 프로젝트를 실행하기 위해 모든 것을 설치하려고했습니다. 모든 것이 정상이며 최신이지만, m 내가 일이 ... ionic serve -l이오닉 2 프로젝트가 새 컴퓨터에서 작동하지 않습니다

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)

답변

1

그냥 4.4.4

npm install @angular/[email protected] 
+1

예에 각 모듈을 업데이트 실행할 때 다음과 같은 오류가 발생, m y'npm install'이 올바르게 실행되지 않았습니다. –

+0

도움이 되니 기쁩니다 :) –

관련 문제