Skip to content
New issue

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

About downloading/extracting the tarball #462

Open
niklaus0823 opened this issue May 22, 2019 · 1 comment
Open

About downloading/extracting the tarball #462

niklaus0823 opened this issue May 22, 2019 · 1 comment

Comments

@niklaus0823
Copy link

When node-pre-gyp use needle module, it will download nothing into module_path, finally return downloading/extracting the tarball

try {
http_get.impl = require('request');
http_get.type = 'request';
log.warn("Using request for node-pre-gyp https download");
} catch (e) {
http_get.impl = require('needle');
http_get.type = 'needle';
log.warn("Using needle for node-pre-gyp https download");
}

@niklaus0823
Copy link
Author

grpc/grpc-node#880

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant