Votre version Global Angular CLI (11.0.2) est supérieure à 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