Use the latest version ionic 3.2, CLI error

hi guys i encouter this error.

C:\Users\Admin\myapp>ionic serve -l
[ERROR] Error occurred while loading plugins. CLI functionality may be limited.
** Checking for CLI updates now…**
[ERROR] No updates found after plugin error–please report this issue.

----------- my environment-------------

C:\Users\Admin\myapp>ionic info
[ERROR] Error occurred while loading plugins. CLI functionality may be limited.
Checking for CLI updates now…
[ERROR] No updates found after plugin error–please report this issue.

global packages:

@ionic/cli-utils : 1.0.0
Ionic CLI        : 3.0.0

System:

Node       : v6.10.3
OS         : Windows 10
Xcode      : not installed
ios-deploy : not installed
ios-sim    : not installed

i try to update the cli
used the cmd $ npm install -g ionic .
the error is still there.
can someone tell me why ?

npm install --save-dev --save-exact @ionic/cli-plugin-ionic-angular@latest @ionic/cli-plugin-cordova@latest

4 Likes

it works fine. i saw the ionic-lab. thank you very much @AaronSterling

Hello Aaron. The pronlem still pasist on my system.
See what i have in the screen shot

I faced the same problem and I’m solved it by remove folder ‘node_modules’ and run command
npm install

Thank you! Removing node_module and reinstalling also worked for me!