sonatype-nexus-community / nexus-repository-composer

Composer support for the Nexus Repository Manager (work in progress!)
Eclipse Public License 1.0
211 stars 82 forks source link

E401 errors when publishing with scoped :_auth #129

Open morleytatro opened 1 year ago

morleytatro commented 1 year ago

In contrast, leaving auth unscoped (which throws errors with npm 9.x), works fine:

registry=https://nexus.figure.com/repository/npm-group/
_auth=${NEXUS_NPM_TOKEN}
always-auth=true
save-exact=true