Description:
When I install the latest Ionic CLI, it is throwing deprecated warning and the latest version CLI is not installed
Steps to Reproduce:
RUN Below commands, per the official guide here
$ npm uninstall -g ionic
$ npm install -g @ionic/cli
``
**Output:**
``
$sudo npm uninstall -g @ionic/cli
Password:
removed 224 packages in 1s
\W $sudo npm install -g @ionic/cli
npm WARN deprecated vm2@3.9.19: The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm.
``
`
**My `ionic info`:**
Ionic CLI is not installed to run ionic info, command
```
Other Information: