vsts-task-lib : VSTS Task SDK. You can installing vsts-task-lib 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 vsts-task-lib $ sudo npm install -g vsts-task-lib
If want to update the vsts-task-lib package execute the command as below,
$ sudo npm update vsts-task-lib
Update package globally,
$ npm install -g vsts-task-lib
$ sudo git clone https://github.com/rektide/vsts-task-lib.git
$ sudo npm install -g ./vsts-task-lib
vsts-task-lib@2.1.0 /usr/lib/node_modules/vsts-task-lib
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall vsts-task-lib
| Package Name | vsts-task-lib |
| Version | 2.1.0 |
| Description | VSTS Task SDK |
| Released Date | 2017-08-29T14:43:00.716Z |
| Published by | vsonline |
| How to Learn | https://www.npmjs.com/package/vsts-task-lib/tutorial |