Azure-devops-docs: `@fabrikam:registry=<your feed URL>` doesn't work

Created on 23 Jul 2019  Â·  3Comments  Â·  Source: MicrosoftDocs/azure-devops-docs

When I did the change "@fabrikam:registry=<your feed URL>" in .npmrc file, then "npm publish", it reports login issue. Then if I delete the "@fabrikam:", it published successfully.

I don't understand what does the "scopes" here mean actually. The npm package already can have a scope in package name in package.json. Are they the same thing?


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Pri2 devops-artifacttech devopprod doc-bug

Most helpful comment

Add @fabrikam namespace to your app name in package.json
{ "name": "@fabrikam/package-name" }

All 3 comments

Same issue here - am I missing any additional configuration to use scoped registries or is this a bug in the authentication?

Add @fabrikam namespace to your app name in package.json
{ "name": "@fabrikam/package-name" }

@sdshou Thank you for your feedback. The updated version will go live shortly.

Was this page helpful?
0 / 5 - 0 ratings