Open icholy opened 1 month ago
I'm following the instructions, but I cannot get any of these integration tests to pass locally. It seems to be starting the verdaccio server, but then it errors out when trying to publish with:
npm ERR! code ENEEDAUTH
npm ERR! need auth This command requires you to be logged in to https://registry.yarnpkg.com
npm ERR! need auth You need to authorize this machine using `npm adduser`
How do I setup credentials for this local registry?
Updated.
Related issue
Fixes #3656
Description
Allow passing local directory as
--template
parameter.Checklist