Installing
-
2. Installing NodeJS
How to Install NodeJS on Ubuntu GNU/Linux
Follow Instructions on How to Install Node.js LTS Release.
-
3. Installing Ionic Framework
Then to Install Ionic:
npm install ionic@latest
Or:
sudo npm install ionic@latest
-
4. Testing Ionic
Finally, to Check Ionic Setup simply:
ionic --version
Contents