raineorshine / solidity-repl

Ethereum Solidity REPL
ISC License
396 stars 33 forks source link

install problem #9

Closed yalu closed 6 years ago

yalu commented 7 years ago

when I do yarn global add solidity-repl

I get the following error:

└> yarn global add solidity-repl
yarn global v0.24.6
warning No license field
[1/4] 🔍  Resolving packages...
⠁ source-map@^0.5.6
⠈ source-map@^0.5.6
error Refusing to download the git repo {"protocol":"https:","hostname":"github.com","repository":"https://github.com/debris/bignumber.js.git"} over HTTPS without a commit hash - possible certificate error?
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.
raineorshine commented 7 years ago

Hi! Since https://github.com/debris/bignumber.js is not actually a dependency of solidity-repl, I don't think there's anything that can be done here. It looks like it is a dependency of web3:

$ npm ls | grep bignumber -B 1
└─┬ web3@0.17.0-beta
  ├── bignumber.js@2.0.7 (git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2)

Are you still having this issue? I bet a newer version of web3 would fix it. web3 v1.0 is going to be released soon as well.

raineorshine commented 6 years ago

Closing due to inactivity