Unable to download msnodesql-0.2.1-v0.10-x64.msi
paranoid-android opened this issue · 6 comments
Hello,
I am trying to use the msnodesql package. I have the following in the dependencies section of my package.json:
"dependencies": {
"moment":"~2.7.0",
"present":"0.0.6",
"msnodesql":"0.2.1"
}
When I execute npm install
from the command-line on my Windows 8.1 machine, I get an error that says:
Unable to download msnodesql-0.2.1-v0.10-x64.msi
npm ERR! msnodesql@0.2.1 install: `node scripts/install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the msnodesql@0.2.1 install script.
npm ERR! This is most likely a problem with the msnodesql package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node scripts/install.js
npm ERR! You can get their info via:
npm ERR! npm owner ls msnodesql
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod
ejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! cwd C:\Projects\MyProject\
npm ERR! node -v v0.10.33
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR! not ok code 0
How do I get around this? I can't check this code in so my team can work with it at this point.
Thank you!
It appears that Microsoft does not offer a build of msnodesql for node v0.10. I just downloaded and built the driver with node 0.10, we'll see how far I get.
Any update on this?
@koenmetsu I was able to build iisnode for 0.10 and install it. I have not tested it on a sever though.
Project seems pretty dead, I moved on to tedious instead.
On Dec 30, 2014 9:58 PM, "Ryan Marsh" notifications@github.com wrote:
@koenmetsu https://github.com/koenmetsu I was able to build iisnode for
0.10 and install it. I have not tested it on a sever though.—
Reply to this email directly or view it on GitHub
#181 (comment)
.
Kinda sad really... you should see https://github.com/azure/iisnode it's dead too. Worries me about deploying node.js on Windows to my clients.
msnodesql is working fine. I needed AD passthrough auth which tedious (a great driver) does not have
This project is not dead. A newer driver is the pipeline.
In the meanwhile follow the instructions here http://azure.microsoft.com/en-us/documentation/articles/sql-database-develop-nodejs-simple-windows/
We will also have detailed blogs coming up for this