I am creating a simple ionic application and successfully installed the following below commands in windows.
1) $ npm install -g ionic cordova 2) $ ionic start helloWorld blank --type=ionic-angular 3) $ cd helloWorld 4) $ ionic serve Source :- https://ionicframework.com/docs/v3/intro/installation/
Still I am getting the below screenshot error in CLI.
Please let me know if anything I am missing.