Replies: 3 comments
-
Looks like a bug |
Beta Was this translation helpful? Give feedback.
0 replies
-
Anything more I can provide to this? May I create a new issue for this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
same here with gitlab 😞 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have trouble installing some private packages via
git+ssh
URL. Ourpackage.json
looks something like this:Running
npm install
works as expected and installs these packages without problems.Running
pnpm install
fails and outputs the following:Running
pnpm install --no-frozen-lockfile
, as suggested, results in basically the same output.Does
pnpm
support installing private packages viagit+ssh
URL and if, what may be the problem here?Thanks a lot for your support! :)
pnpm@6.19.1
Beta Was this translation helpful? Give feedback.
All reactions