How to Install class-extend NPM Packages on Ubuntu / Debian

How to Install class-extend software package in NPM Packages

class-extend : Backbone like Class.extend utility for Node. You can installing class-extend 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 class-extend
$ sudo npm install -g class-extend

If want to update the class-extend package execute the command as below,

$ sudo npm update class-extend

Update package globally,

$ npm install -g class-extend

Git clone:

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

class-extend@0.1.2 /usr/lib/node_modules/class-extend

How to remove class-extend package :

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

$ sudo npm uninstall class-extend

Basic Information of class-extend NPM Package:

Package Name class-extend
Version 0.1.2
Description Backbone like Class.extend utility for Node
Released Date 2015-10-12T17:47:46.302Z
Published by sboudrias
How to Learn https://www.npmjs.com/package/class-extend/tutorial