IBM / node-odbc

ODBC bindings for node
MIT License
146 stars 77 forks source link

[BUG] 2.3.6 fails to download on linux container #331

Closed phpdave closed 1 year ago

phpdave commented 1 year ago

Describe your system

Describe the bug When running npm ci the build is failing when it tries to download https://github.com/markdirish/node-odbc/releases/download/v2.3.6/odbc-v2.3.6-linux-x64-napi-v3.tar.gz

WARN Tried to download(404): https://github.com/markdirish/node-odbc/releases/download/v2.3.6/odbc-v2.3.6-linux-x64-napi-v3.tar.gz

Expected behavior The file is there and is downloaded.

To Reproduce Steps to reproduce the behavior: add "odbc": "^2.3.6", to package.json, install it and run npm ci

Code

0 31.42 node-pre-gyp WARN Using request for node-pre-gyp https download

0 31.53 node-pre-gyp WARN Tried to download(404): https://github.com/markdirish/node-odbc/releases/download/v2.3.6/odbc-v2.3.6-linux-x64-napi-v3.tar.gz

Additional context image