tedious : A TDS driver, for connecting to MS SQLServer databases.. You can installing tedious 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 tedious $ sudo npm install -g tedious
If want to update the tedious package execute the command as below,
$ sudo npm update tedious
Update package globally,
$ npm install -g tedious
$ sudo git clone https://github.com/rektide/tedious.git
$ sudo npm install -g ./tedious
tedious@2.1.1 /usr/lib/node_modules/tedious
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tedious
| Package Name | tedious |
| Version | 2.1.1 |
| Description | A TDS driver, for connecting to MS SQLServer databases. |
| Released Date | 2017-10-31T15:51:31.138Z |
| Published by | arthurschreiber |
| How to Learn | https://www.npmjs.com/package/tedious/tutorial |