How to Install ect NPM Packages on Ubuntu / Debian

How to Install ect software package in NPM Packages

ect : CoffeeScript template engine. You can installing ect 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 ect
$ sudo npm install -g ect

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

$ sudo npm update ect

Update package globally,

$ npm install -g ect

Git clone:

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

ect@0.5.9 /usr/lib/node_modules/ect

How to remove ect package :

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

$ sudo npm uninstall ect

Basic Information of ect NPM Package:

Package Name ect
Version 0.5.9
Description CoffeeScript template engine
Released Date 2014-04-02T19:13:29.704Z
Published by baryshev
How to Learn https://www.npmjs.com/package/ect/tutorial