How to Install tumblr.js NPM Packages on Ubuntu / Debian

How to Install tumblr.js software package in NPM Packages

tumblr.js : Official JavaScript client for the Tumblr API. You can installing tumblr.js 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 tumblr.js
$ sudo npm install -g tumblr.js

If want to update the tumblr.js package execute the command as below,

$ sudo npm update tumblr.js

Update package globally,

$ npm install -g tumblr.js

Git clone:

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

tumblr.js@1.1.1 /usr/lib/node_modules/tumblr.js

How to remove tumblr.js package :

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

$ sudo npm uninstall tumblr.js

Basic Information of tumblr.js NPM Package:

Package Name tumblr.js
Version 1.1.1
Description Official JavaScript client for the Tumblr API
Released Date 2016-07-25T22:31:04.853Z
Published by kmck
How to Learn https://www.npmjs.com/package/tumblr.js/tutorial