Fork me on GitHub

Installation

Installation is simple, following normal Node expectations.

With NPM


cd <your-project-directory>

npm install tedious

Of course, if your project's package.json declares a dependency on tedious then it's even simpler. .


cd <your-project-directory>

npm install

Manually

Copy the directory containg tedious in to your project's node_modules directory.

Installing SQL Server on Docker in Windows