Can run `npm install` when having a Github repository as a dependency

I have a dependency in my package.json that uses github repo as a version. When I am running npm install it says Permission denied (publickey) . I cant add a new SSH key as I already added my Bitbucket key to fetch some other dependencies to the container. How can I solve the issue?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.