-
Notifications
You must be signed in to change notification settings - Fork 286
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
Reapplying web3 patch for quorum crashes on npm install #12
Labels
bug
Something isn't working
Comments
jonathan-m-hamilton
assigned jonathan-m-hamilton and denis-yu-glotov and unassigned jonathan-m-hamilton
Nov 13, 2019
#50 will give a solution to this as well. |
petermetz
added a commit
that referenced
this issue
Nov 18, 2019
Also a list of other changes that were required to make the CI green: - clean up steps in the script: remove .git folder of websocket package - install npm dependencies in the fabric and quorum api folders - update web3 to 1.2.4 - update the post install patching of web3 formatter to match v1.2.4 - clean up: run "down" npm script for fabric and quorum - force volume re-creation when calling docker-compose up Also: the CI script is now in a separate .sh file so that it can be invoked locally on any dev machine that has the dependencies pre-installed Fixes #12 Fixes #36 Signed-off-by: Peter Somogyvari <[email protected]>
blefevre
pushed a commit
to blefevre/blockchain-integration-framework
that referenced
this issue
Feb 4, 2020
Also a list of other changes that were required to make the CI green: - clean up steps in the script: remove .git folder of websocket package - install npm dependencies in the fabric and quorum api folders - update web3 to 1.2.4 - update the post install patching of web3 formatter to match v1.2.4 - clean up: run "down" npm script for fabric and quorum - force volume re-creation when calling docker-compose up Also: the CI script is now in a separate .sh file so that it can be invoked locally on any dev machine that has the dependencies pre-installed Fixes hyperledger-cacti#12 Fixes hyperledger-cacti#36 Signed-off-by: Peter Somogyvari <[email protected]>
ryjones
pushed a commit
that referenced
this issue
Feb 1, 2023
Updated maintainer info and publication references, and renamed folders
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Web3 node module is automatically patched during npm post-install. If web3 was already patched in a previous install the update will crash. temp.
Workaround: Remove the node modules before re-install
The text was updated successfully, but these errors were encountered: