NO-Support for Arm64
i think its don't have arm64 ready npm i node-libcurl npm error code ENOENT npm error syscall spawn git npm error path git npm error errno -2 npm error enoent An unknown git error occurred npm error enoent This is related to npm not being able to find a file. npm error enoent
which OS? Windows arm64?
which OS? Windows arm64?
No sir i was trying on Debian 12.07 base , ARM 64 (Ampere Altra Q80-30 80 Cores Single-Threading Arm64-Architecture)
The error suggests you do not have git.
Would you be able to provide a docker file that reproduces the issue (in case you are having such issue using docker)?
I also get an error for linux/arm64 (there are pre-built binaries for darwin/arm64, but not linux/arm64):
103.3 npm error node-pre-gyp http GET https://github.com/JCMais/node-libcurl/releases/download/v4.1.0/node_libcurl-v4.1.0-node-v127-linux-arm64-glibc.tar.gz
103.3 npm error node-pre-gyp ERR! install response status 404 Not Found on https://github.com/JCMais/node-libcurl/releases/download/v4.1.0/node_libcurl-v4.1.0-node-v127-linux-arm64-glibc.tar.gz
103.3 npm error node-pre-gyp WARN Pre-built binaries not installable for [email protected] and [email protected] (node-v127 ABI, glibc) (falling back to source compile with node-gyp)
The fallback is to build from source, which is possible if you ensure the required build dependencies are installed: python, libcurl4-openssl-dev.