ethereumjs / ethereumjs-abi

[DEPRECATED] Decoder and encoder for the Ethereum ABI
MIT License
299 stars 156 forks source link

"ethereumjs-abi" not found #84

Closed PaulRBerg closed 4 years ago

PaulRBerg commented 4 years ago

When installing buidler@1.3.3, which depends on ethereumjs-abi, I get this error:

➤ YN0000: ┌ Link step
➤ YN0013: │ ethereumjs-abi@https://github.com/ethereumjs/ethereumjs-abi.git#commit=1cfbb13862f90f0b391d8a699544d5fe4dfb8c7b can't be found in the cache and will be fetched from GitHub
j [HTTPError]: Response code 404 (Not Found)
    at i.<anonymous> (/Users/paulrberg/Projects/Sablier/Magellan/Protocol/.yarn/releases/yarn-berry.js:10:403654)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5) {
  code: undefined,
  timings: undefined
}

I'm using yarn v2, so I'm not sure whether this is an issue with this new experimental version of yarn or ethereumjs-abi.

PaulRBerg commented 4 years ago

Nevermind, this is actually an issue with ssh. You just need to activate your ssh key by providing your password to the ssh agent.

holgerd77 commented 3 years ago

Thanks for the update on this! 👍