Microsoft の node.js SQL クライアントに苦労しています。
githubページのガイドを使用してエラーなしでインストールしました.すべてがローカルで完璧に動作します. しかし、git を使用して Azure にプッシュすると、次のエラーが表示されます。
Native sqlserver module not found. Did you remember to run node-gyp configure build?
Application has thrown an uncaught exception and is terminated:
Error: Unable to load shared library C:\DWASFiles\Sites\bid110\VirtualDirectory0\site\wwwroot\node_modules\msnodesql\build\Release\sqlserver.node
いくつかの部分が古くなっていますが、このガイドも見ました。また、すべてのファイルがサーバーにアップロードされていることも確認しました。node_modules/msnodesql および node_modules\msnodesql\build\Release\ フォルダーとそのすべてのサブフォルダーもそこにあります。
ここで私が間違っているかもしれないアイデアはありますか?