Unable to download msnodesql-0.2.1-v0.10-x64.msi

75 Views Asked by At

I'm trying to write Node.js code to connect to Azure SQL Database and unable to install the "msnodesql" module for my node.js application, it through's an error saying that " Unable to download msnodesql-0.2.1-v0.10-x64.msi". so can any one please look into this and help me out... below is the screen shot of error msg..enter image description here

1

There are 1 best solutions below

2
elfisher On

It looks like you are using Node version 0.10.36 while, according to the package github page, this package is only supported in node 0.8.9.

Make sure you have the following prerequisites satisfied:

  1. Use a node version 0.8.x
  2. Python 2.7
  3. Visual C++ 2010 Express

All of this is information is available here.