How to install ionic and cordova in ubuntu using npm

How to install ionic and cordova specific version in ubunu system using npm.

1. open your ubuntu Terminal and enter the below command for install npm. 

     
     sudo apt install npm


2. After the install npm check the version using the command below

     npm -v


3. After install npm. We will install ionic specific version as you need. ionic installation command below

    sudo npm install -g ionic@(Enter your version)


3. How to install cordova specific version using below the commands

    sudo npm install -g cordova@(Enter you version)


4. Check you install version full detail below command

    ionic info


Thank you.

إرسال تعليق

أحدث أقدم