Votre version Global Angular CLI est plus grande que votre version locale

# Install npm-check-updates
$ npm i -g npm-check-updates

# Run npm-check-updates with -u, will upgrade package.json
$ ncu -u

# Install updated packages
$ npm install
Talented Tortoise