Closed phpdave closed 1 year ago
Describe your system
odbc
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
Additional context
Describe your system
odbc
Package Version: 2.3.6Describe 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