- Install Node (LTS one).
- Install NVM.
- Configure your machine to run npm install without sudo.
- Install Ionic cli
npm install -g @ionic/cli native-run cordova-res
Run ionic -v command to confirm Ionic is installed on our machine
ionic -v Output will show you the version of Ionic installed on your machine.
Example output
6.19.0