In today tutorial we are going to see about a Method to install Ionic Framework on Ubuntu.
Ionic Framework Help us to Build a Mobile App for Android and IOS by using HTML5 & Angular js

Requirements

  • Node.js
sudo apt-get install python-software-properties
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install nodejs

install Ionic Framework on Ubuntu

  • Install Cordova
sudo npm install -g cordova
  • Now install Latest Version of Ionic Framework
sudo npm install -g ionic@latest
  • check the Versions of Cordova and ionic
ionic -v
cordova -v

install Ionic Framework on Ubuntu

  • That's all done

Learn More about Ionic Framework

Installation and Setup Guide