We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to install via npm install -g @mapbox/github-release-tools results in the following error when trying to install nodegit:
npm install -g @mapbox/github-release-tools
nodegit
~ julianrex$ npm install nodegit > [email protected] install /Users/julianrex/node_modules/nodegit > node lifecycleScripts/preinstall && node lifecycleScripts/install [nodegit] Running pre-install script [nodegit] Configuring libssh2. [nodegit] Running install script node-pre-gyp ERR! Tried to download(404): https://axonodegit.s3.amazonaws.com/nodegit/nodegit/nodegit-v0.22.1-node-v64-darwin-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
The source compilation eventually fails with compile errors (and warnings), for example:
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/openssl.o ../vendor/libssh2/src/openssl.c:71:11 : error: incomplete definition of type 'struct rsa_st' (*rsa)->e = BN_new(); ~~~~~~^ [lines deleted] npm ERR! Failed at the [email protected] install script. [lines deleted]
The text was updated successfully, but these errors were encountered:
FYI @fabian-guerra
Sorry, something went wrong.
Appears related to nodegit/nodegit#1490
No branches or pull requests
Attempting to install via
npm install -g @mapbox/github-release-tools
results in the following error when trying to installnodegit
:The source compilation eventually fails with compile errors (and warnings), for example:
The text was updated successfully, but these errors were encountered: