truffle-contract : A better contract abstraction for Ethereum (formerly EtherPudding). You can installing truffle-contract 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 truffle-contract $ sudo npm install -g truffle-contract
If want to update the truffle-contract package execute the command as below,
$ sudo npm update truffle-contract
Update package globally,
$ npm install -g truffle-contract
$ sudo git clone https://github.com/rektide/truffle-contract.git
$ sudo npm install -g ./truffle-contract
truffle-contract@3.0.1 /usr/lib/node_modules/truffle-contract
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall truffle-contract
| Package Name | truffle-contract |
| Version | 3.0.1 |
| Description | A better contract abstraction for Ethereum (formerly EtherPudding) |
| Released Date | 2017-10-31T17:13:50.528Z |
| Published by | gnidan |
| How to Learn | https://www.npmjs.com/package/truffle-contract/tutorial |