I am trying to run the command npm install and in my package.json file I have the following dependency.
"abc-editor": "git+ssh://git@abc.bitbucket.org:abc-apps/editor.git"
I tried many solutions online which says I need to add ssh key and I followed here to do so.
but I am still getting the same error and after hours of different techniques, I am stuck. what should I do here?