Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»Programming»Nodejs»How To Install Ionic Framework on Debian 10/9/8

    How To Install Ionic Framework on Debian 10/9/8

    RahulBy RahulApril 29, 20182 Mins ReadUpdated:July 24, 2019

    Ionic Framework is useful for building mobile apps like Android and iOS. This article will help you to install Node.js, Cordova and Ionic framework on Debian 9 Stretch and Debian 8 Jessie system.

    1. Install Node.js

    You must have Node.js installed on your system. Use the following commands to install NPM and Node.js. The first command will install some required packages on the system. The second command will add PPA for node.js to your system.

    You can visit our tutorial to install latest Node.js on Ubuntu and Debian systems.

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

    2. Install Cordova

    Use the following command to install Cordova on your system globally using npm command. It will install all other required node modules on your system.

    sudo npm install -g cordova
    

    3. Install Ionic Framework

    Ionic provides and commands line utility for creating packages, build and start applications. Use the NPM command to install the Ionic framework on your system.

    sudo npm install -g ionic
    

    After completing the installation of the Ionic framework, use the following command to check the installed version.

    ionic -v
    
    3.19.1
    

    4.io Create Application with Ionic

    Now, You need to create a new Cordova project on your computer using the following command.

    ionic start HelloWorld blank
    

    Now use one of the following commands to enable iOS or Android platform. iOS platform will work on MacOS only.

    ionic platform add ios
    ionic platform add android
    

    For more details visit http://ionicframework.com/docs/guide/installation.html

    cordova Ionic Ionic Framework NodeJs
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow to Install and Use Cordova on Debian 10/9/8
    Next Article Fedora 28 is Finally Released, Download Now!

    Related Posts

    How To Install NVM on Ubuntu 22.04

    Updated:April 16, 20223 Mins Read

    How To Install NVM on Windows

    Updated:April 16, 20223 Mins Read

    How To Install Node.Js on Debian 11

    Updated:February 11, 20226 Mins Read

    How To Install NVM on Debian 11

    Updated:August 31, 20213 Mins Read

    How To Use Environment Variables in Node.js

    6 Mins Read

    How to Parse Command Line Arguments in Node.js

    5 Mins Read

    1 Comment

    1. Angel Yocupicio on July 23, 2019 4:21 pm

      Hello RAHUL, I can´t to play command “ionic serv –devapp” in Debian 10. It is to play my app test on my mobile. What do you think about it?

      Reply

    Leave A Reply Cancel Reply

    Recent Posts
    • How to Enable / disable Firewall in Windows
    • How to Install JAVA on Ubuntu 22.04
    • Switching Display Manager in Ubuntu – GDM, LightDM & SDDM
    • Changing the Login Screen Background in Ubuntu 22.04 & 20.04
    • How To Install PHP (8.1, 7.4 or 5.6) on Ubuntu 22.04
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.