-
Notifications
You must be signed in to change notification settings - Fork 126
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
"npm" is not building on recent airgap-wallet release #21
Comments
It looks like you have some problems with I think npm usually stops immediately as soon as something essential fails, so the last lines of the log would be the most important. To speed up the install you can try to remove the |
Hmm, you're right. It does show that JS implementation will be used as a fallback. Updating npm-gyp was a great help. Errors reduced and things became clear. I still am encountering some errors and warnings. Here's the complete output (after excluding puppeteer):
This time, I was able to narrow down the problem. Here's the culprit.
Not sure where this leads. |
It was an issue with web3. You may want to update it from beta to stable release as it no longer works with Node 12. Here's the link to the issue. web3/web3.js#2913 (comment) |
Thanks for reporting what the issue was. We'll look into this because web3 is not a direct dependency anymore. We'll have to track down the package that still uses it. |
I just checked and it looks like none of our dependencies use web3 anymore, so this issue should be solved. |
Has anyone tried "npm install" on this repository? I've been trying to track and debug the issue for a day but no luck. Here's the verbose output:
I know what's going to happen next. It's downloading chromium and at the end, the entire setup fails. I've somehow missed the entire output but I can't spend so much bandwidth to again download chromium and re-iterate the scenario. If anyone really needs to know the next part, just tell me and I'll try to recreate the entire thing.
The text was updated successfully, but these errors were encountered: