I entered the server into the terminal, and it displays an error, asks for updates enter image description here
Asked
Active
Viewed 41 times
1 Answers
0
You need to update your angular version to the latest Version. Here is the answer to your question answered by @Vishal Gupta How to update Angular version to the latest Version
For the Quick review, you can find the code below
npm install typescript@2.4 --save-dev
npm install @angular/common@latest @angular/compiler@latest @angular/compiler-cli@latest @angular/core@latest @angular/forms@latest @angular/http@latest @angular/platform-browser@latest @angular/platform-browser-dynamic@latest @angular/platform-server@latest @angular/router@latest @angular/animations@latest --save

Sai Manoj
- 3,809
- 1
- 14
- 35