Your global Angular CLI version (9.0.0) is greater than your local version (8.3.29) code example
Example: Your global Angular CLI version is greater than your local version
# 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