You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2020. It is now read-only.
I installed msnodelsql through Microsoft downloads. There are no instructions, just trial and error. After fiddling with it for about an hour, I got this weird error:
C:\Dev\HelloWorldNodeAzure\node_modules\msnodesql\lib\sqlserver:1
(function (exports, require, module, __filename, __dirname) { MZ�
^
SyntaxError: Unexpected token ILLEGAL
at exports.runInThisContext (vm.js:73:16)
at Module._compile (module.js:443:25)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (C:\Dev\HelloWorldNodeAzure\node_modules\msnodesql\lib
\sqlserver.native.js:21:22)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
So, it would be awesome if we could just pull the binaries from npm and have it just work. I don't see much point in in providing a binary through a download when you have to manually integrate it with npm. Source packages you have to compile yourself is not a real option.