이전에 내 앱이 Angular 4.4.6으로 작업 중이었습니다. 나는이 사용 각도 5로 업데이트 할 guide https://angular-update-guide.firebaseapp.com/을 따라 :Angular 5로 업데이트 할 때 오류가 발생했습니다. 중요 종속성 : 종속성 요청이 표현식입니다.
npm install @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' [email protected] [email protected]'^5.5.2'
그러나 그것은 작동하지 않았다. 그것은 나를 no valid target found for rxjs
오류가 발생합니다. 그래서 그 대신, 난 그저 내 package.json의 버전을 변경하고 npm install
를 실행하며 일을하지만, NPM의 시작을 실행할 때, 나는
WARNING in ./~/@angular/core/esm5/core.js
6456:15-102 Critical dependency: the request of a dependency is an expression
그래서 내 node_modules을 삭제 NPM 다시 한 번 설치 않은 오류가 발생하고, npm start를 실행하면 여전히 동일한 오류가 발생합니다.
, 당신은 경고를 받고있다. 응용 프로그램은 여전히 작동해야합니다. –
그럼 어떻게 수정해야합니까? – Christian
고칠 필요가있는 것은 없습니다. 계속가. –