How to Install ar-drone NPM Packages on Ubuntu / Debian

How to Install ar-drone software package in NPM Packages

ar-drone : A node.js client for controlling Parrot AR Drone 2.0 quad-copters.. You can installing ar-drone 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 ar-drone
$ sudo npm install -g ar-drone

If want to update the ar-drone package execute the command as below,

$ sudo npm update ar-drone

Update package globally,

$ npm install -g ar-drone

Git clone:

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

ar-drone@0.3.3 /usr/lib/node_modules/ar-drone

How to remove ar-drone package :

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

$ sudo npm uninstall ar-drone

Basic Information of ar-drone NPM Package:

Package Name ar-drone
Version 0.3.3
Description A node.js client for controlling Parrot AR Drone 2.0 quad-copters.
Released Date 2014-11-25T15:58:19.247Z
Published by felixge
How to Learn https://www.npmjs.com/package/ar-drone/tutorial