Answer the question
In order to leave comments, you need to log in
How to update Angular 2?
How to update Angular correctly?
I try like this: npm update --save
But in response this:
Here are the versions:
And something else happened and on npm start it started to display the following:
But npm run lite is working fine so far
What is going on with me?)
Answer the question
In order to leave comments, you need to log in
We need to fix the version in package.json . Easier, put the cover ^, like this:
…
"dependencies": {
"@angular/common": "^2.3.1",
…
npm install -g npm-check-updates
ncu -u -a --packageFile package.json
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question