node-sqlserver-unofficial
node-sqlserver-unofficial copied to clipboard
`require` statement in test/server.js is breaking Azure deployment
Of course it is. Look
var sql = require('..');
it should be var sql = require('node-sqlserver-unofficial').
Except that it doesn't work locally without an npm install. Hm.
There's a way to have require('node-sqlserver-unofficial') work in all situations, which is to have the repository cloned inside a dir called node_modules.