3box / 3box-js

3Box JavaScript SDK: User identities, storage, messaging
MIT License
207 stars 65 forks source link

can't install web3 #957

Closed vinhyenvodoi98 closed 3 years ago

vinhyenvodoi98 commented 3 years ago

Describe the bug fail when install 3box

ended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
error Command failed.
Exit code: 128
Command: git
Arguments: ls-remote --tags --heads ssh://git@github.com/hugomrdias/pull-ws.git

image

look like the reason is hugomrdias delete pull-ws repo

adamsoffer commented 3 years ago

@vinhyenvodoi98 how'd you get around this issue?

vinhyenvodoi98 commented 3 years ago

@adamsoffer I installed it before so I have 3box in node_module and I copy it from project to project. However it is not a good solution so I'm still waiting for 3box to come up with their solution.

adamsoffer commented 3 years ago

Hey @vinhyenvodoi98 - I was able to get around the issue by adding the following yarn resolution to my package.json:


"resolutions": {
  "pull-ws": "3.3.2"
}
vinhyenvodoi98 commented 3 years ago

@adamsoffer awesome i definitely try it