How to Install cordova NPM Packages on Ubuntu / Debian

How to Install cordova software package in NPM Packages

cordova : Cordova command line interface tool. You can installing cordova npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.

$ sudo npm install cordova
$ sudo npm install -g cordova

If want to update the cordova package execute the command as below,

$ sudo npm update cordova

Update package globally,

$ npm install -g cordova

Git clone:

$ sudo  git clone https://github.com/rektide/cordova.git
$ sudo  npm install -g ./cordova

cordova@7.1.0 /usr/lib/node_modules/cordova

How to remove cordova package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall cordova

Basic Information of cordova NPM Package:

Package Name cordova
Version 7.1.0
Description Cordova command line interface tool
Released Date 2017-10-10T00:14:01.035Z
Published by stevegill
How to Learn https://www.npmjs.com/package/cordova/tutorial