It appears you have a much older version of the CLI (still using the package name angular-cli)
angular-cli
You will want to remove that package and install the current version...
npm uninstall angular-cli -g npm install @angular/cli -g