#5888·verdaccio

[错误]:无法使用 PNPM 11 登录现有用户

作者: Schleuse创建于 2026年5月22日更新于 2026年7月8日
标签issue_needs_triageissue: work-around available

What happened? I'm trying to login to an existing verdaccio user with pnpm 11, but instead of authenticating me, verdaccio/pnpm tries to create a new user, which fails because the user already exists. The user I'm trying to login to was initially created the same way (pnpm login --registry https://verdaccio.XXXXXX.de/). The initial login/registration worked fine, but login attempts after that fail. I'm using htpasswd authentication. I suspect it has something to do with changes pnpm made in version 11, where a lot of commands are now directly handled by pnpm instead of forwarding it to npm - PNPM 11 Changelog

内容来源: verdaccio/verdaccio