Closed jbergstroem closed 5 years ago
Thanks for the report! I would appreciate a PR
@bufferoverflow Thanks for the report! I would appreciate a PR
I'll update the issue and potentially file a PR if there is a problem in this plugin, which I'm still not sure of :(
_auth:
it seems to work (without patching), but some versions of npm has a bug using it (namely 6.7.0)verdaccio
handles deprecated auth mechanismsGoing to close until I can reproduce properly (and send a patch to where it belongs).
Spent too much time debugging an issue today so I thought I'd share my findings. TBH not sure this is a bug in
verdaccio-gitlab
or inverdaccio
itself, but this oneliner fixed it:Steps to reproduce:
use user/password-style or _auth authentication in your
.npmrc
:attempt to install packages:
npm i @test/foo
you will now see something like:
(note: I updated the gitlab library hence the slightly better debugging)
It appears that my personal access token gets a newline appended to it somehow.