IBM/node-odbc

[BUG] 2.3.6 fails to download on linux container

Closed this issue · 0 comments

Describe your system

  • odbc Package Version: 2.3.6
  • ODBC Driver: latest
  • Database Name: DB2
  • Node.js Version: 14
  • Node.js OS: Linux Container

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