7

msnodesql をインストールできません。

もともとやってみた

npm install node-sqlserver

...そしてこれは、msnodesql に取って代わられたことを警告します。

Node.js と iisnode を正常にインストールし、サンプルの Hello.js が提供されていることを確認したので (yayee、すばらしい)、少なくとも node と iisnode は機能しています。

前提条件をインストールしました:

Node.js - use the latest version if possible, but it has been tested on node 0.6.10 and later
node-gyp - latest version installed globally (npm install -g node-gyp)
python 2.7.x - for node-gyp (make sure it is in the path)
Visual C++ 2010 - the Express edition is freely available from Microsoft
SQL Server Native Client 11.0 - available as Microsoft SQL Server 2012 Native Client found in the SQL Server 2012 Feature Pack

...そして、これを実行すると、次のようになります。

npm install msnodesql

npm http GET https://registry.npmjs.org/msnodesql
npm http 304 https://registry.npmjs.org/msnodesql

> msnodesql@0.2.1 install c:\nodejs\node_modules\msnodesql
> node scripts/install.js

You are downloading Microsoft Driver for Node.js for SQL Server from
Microsoft, the license agreement to which is available at
http://download.microsoft.com/download/6/E/2/6E2D7972-E54D-45AA-
8AB6-41E616035147/EULA.rtf and in the project folder to which the
software is downloaded. Check the package for additional dependencies, which
may come with their own license agreement(s). Your use of the package and
dependencies constitutes your acceptance of their license agreements. If
you do not accept the license agreement(s), then delete the relevant
components from your device.
install.js: Unable to download msnodesql-0.2.1-v0.10-x64.msi
npm ERR! weird error 1
npm ERR! not ok code 0

ライセンス キーを使用して C++ を登録したので、ここで不足しているものを誰か教えてもらえますか?

ここで初歩的な質問ですみませんが、「追加の依存関係についてパッケージを確認する」にはどうすればよいですか? それは正確に何を指していますか?

4

4 に答える 4

3

これはここからインストールするのに役立ちました:

http://www.microsoft.com/en-us/download/details.aspx?id=29995

... npm からではありません:

npm install msnodesql
于 2013-11-04T17:19:13.763 に答える