You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
When I try to create a solution and install web3js using the following command, everything seems to succeed but when you check the logs there's quite some errors when the node-gyp rebuild is happening:
npm install web3 --save-dev
Expected behavior
No errors when doing an NPM install.
Actual behavior
I've created a package.json with the following content:
@nivida , I'm not sure if it's related, but I also see that if I try to install web3@next (to be able to make use of TypeScript bindings) in my current repository it also fails on some Node-gyp related things:
Shall I make a seperate issue for this or leave it here?
Description
When I try to create a solution and install web3js using the following command, everything seems to succeed but when you check the logs there's quite some errors when the node-gyp rebuild is happening:
Expected behavior
No errors when doing an NPM install.
Actual behavior
I've created a package.json with the following content:
Running npm install shows the following red text:

The command still returns succeeded though.
Steps to reproduce the behavior
I created a repository with builds to reproduce the issue:
https://github.com/devedse/NodeGypBufferUtilErrors
Windows build and linux builds can be found in the Readme.md on the main page of the repository
Error Logs
Windows build (Errors shown):
https://ci.appveyor.com/project/devedse/nodegypbufferutilerrors
Linux build (No errors shown):
https://travis-ci.org/devedse/NodeGypBufferUtilErrors
Versions
The text was updated successfully, but these errors were encountered: