jsforce : Salesforce API Library for JavaScript. You can installing jsforce 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 jsforce $ sudo npm install -g jsforce
If want to update the jsforce package execute the command as below,
$ sudo npm update jsforce
Update package globally,
$ npm install -g jsforce
$ sudo git clone https://github.com/rektide/jsforce.git
$ sudo npm install -g ./jsforce
jsforce@1.8.0 /usr/lib/node_modules/jsforce
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jsforce
Package Name | jsforce |
Version | 1.8.0 |
Description | Salesforce API Library for JavaScript |
Released Date | 2017-04-28T02:52:51.541Z |
Published by | stomita |
How to Learn | https://www.npmjs.com/package/jsforce/tutorial |