Hi All,
I was going through the Chainlink course and as part of the unboxing of truffle we’re required to install dependencies.
I’m getting an error when trying to install the truffle hdwallet provider module. I’ve tried installing it independently with the following command as found on google:
npm install @truffle/hdwallet-provider
The error is relates to this specific command that is run as part of the installation:
command git clone ssh://[email protected]/ethereumjs/ethereumjs-abi.git
And after doing some googling it seems to be related to having access to this specific repo since the access is done via ssh. I added an ssh key to my github profile following the instructions found on github (https://docs.github.com/en/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account) however the issue persists.
Has anyone run into this issue? Any ideas?
Thanks!