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?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
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.
Most helpful comment
Add @fabrikam namespace to your app name in package.json
{ "name": "@fabrikam/package-name" }