I'm trying to install a npm package from a git repository from our server. When I now do: npm i git+ssh://[email protected]/path/to/rep I get stuck at
⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 42afea5547108748
It just stops working, no errors shown.
thanks in advance
Edit:
- OS: MacOS Mojave
- Shell: zsh
- Auth: I do have a private key that I would have to type in my password. Alternatively I could type in the user password manually – To clarify, I do not actually authenticate. I assumed that it would prompt me. How would I do such a thing?
- Command Prompt: VS Code integrated terminal, newest version (not sure if that is the requested info)
If I press enter rapidly I get (note line 1):
Enter passphrase for key '/Users/elias/.ssh/shop_dev': -session dfa32709de1392f7
⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session dfa32709de1392f7
⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session dfa32709de1392f7
⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session dfa32709de1392f7
⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session dfa32709de1392f7
But no response when I enter the password. Neither certificates key nor with the passphrase of the user.