If I have dozens of npm packages to publish, each of them being a project in GitLab. Do I really need to specify the below line in my npmrc for each projectID?
//gitlab.com/api/v4/projects/<your_project_id>/packages/npm/:_authToken=<your_token>
I tried specifying
//gitlab.com/api/v4/projects/:_authToken=<your_token>
Without any luck. I would love to push for our team to start using GitLab instead of Artifactory, but it doesn’t appear to be as easily manageable as simply running npm config/login.