We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm trying to rebuild node-leveldown which calls install. The following line assumes node is used:
node-leveldown
install
node
https://github.com/TooTallNate/node-gyp/blob/4ceed113a800378e78435a42632fd035413c99b2/lib/install.js#L188
It's possible to configure with --disturl=https://iojs.org/dist so that part is cool.
--disturl=https://iojs.org/dist
The text was updated successfully, but these errors were encountered:
See this for more background on the problem.
this
Sorry, something went wrong.
Bump.
#701
Successfully merging a pull request may close this issue.
Hi,
I'm trying to rebuild
node-leveldown
which callsinstall
. The following line assumesnode
is used:https://github.com/TooTallNate/node-gyp/blob/4ceed113a800378e78435a42632fd035413c99b2/lib/install.js#L188
It's possible to configure with
--disturl=https://iojs.org/dist
so that part is cool.The text was updated successfully, but these errors were encountered: