How to Install dropbox NPM Packages on Ubuntu / Debian

How to Install dropbox software package in NPM Packages

dropbox : The Dropbox JavaScript SDK is a lightweight, promise based interface to the Dropbox v2 API that works in both nodejs and browser environments.. You can installing dropbox 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 dropbox
$ sudo npm install -g dropbox

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

$ sudo npm update dropbox

Update package globally,

$ npm install -g dropbox

Git clone:

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

dropbox@2.5.12 /usr/lib/node_modules/dropbox

How to remove dropbox package :

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

$ sudo npm uninstall dropbox

Basic Information of dropbox NPM Package:

Package Name dropbox
Version 2.5.12
Description The Dropbox JavaScript SDK is a lightweight, promise based interface to the Dropbox v2 API that works in both nodejs and browser environments.
Released Date 2017-10-11T22:35:03.977Z
Published by praneshp
How to Learn https://www.npmjs.com/package/dropbox/tutorial