uhop / node-re2

node.js bindings for RE2: fast, safe alternative to backtracking regular expression engines.
Other
489 stars 53 forks source link

Doesn't build on NodeJS 19. #138

Closed ThatOneCalculator closed 1 year ago

ThatOneCalculator commented 1 year ago

Full log: https://zer0b.in/oEH13kiA

gyp http GET https://nodejs.org/download/release/v19.0.1/node-v19.0.1-headers.tar.gz
gyp http 200 https://nodejs.org/download/release/v19.0.1/node-v19.0.1-headers.tar.gz
gyp http GET https://nodejs.org/download/release/v19.0.1/SHASUMS256.txt
gyp http 500 https://nodejs.org/download/release/v19.0.1/SHASUMS256.txt
gyp WARN install got an error, rolling back install
gyp ERR! configure error 
gyp ERR! stack Error: 500  status code downloading checksum
gyp ERR! stack     at downloadShasums (/home/misskey/.nvm/versions/node/v19.0.1/lib/node_modules/npm/node_modules/node-gyp/lib/install.js:214:15)
gyp ERR! stack     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
gyp ERR! stack     at async Promise.all (index 1)
ThatOneCalculator commented 1 year ago

Actually seems like this is more of a Node-GYP issue