0

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.

enter image description here

2 Answers2

0

This is the command to install Ionic.

npm install -g @ionic/cli

you should install ionic@cli not just Ionic.

0

you need to install ionic cli using this command: npm install -g @ionic/cli

Hamza Meghlaoui
  • 146
  • 1
  • 2