April 2017
Beginner to intermediate
378 pages
7h 57m
English
Finally, to complete the Ionic 2 setup, we will install the Ionic and Cordova CLI. Ionic CLI is a wrapper around the Cordova CLI with some additional features.
To install the Ionic CLI, run the following command:
npm install -g ionic cordova
To verify the install, run the following command:
cordova -v> 6.4.0
You can also run this command:
ionic -v> 2.1.14
You can run the following command to get the complete information regarding the Ionic setup:
ionic infoYour system information:Cordova CLI: 6.4.0 Ionic CLI Version: 2.1.14
Read now
Unlock full access