I have configured my .npmrc file as directed on the admin/resources/npm-registry page. When I run npm publish, I receive the following error in the terminal:
npm notice Publishing to https://registry.figma.com/npm/***/registry/ with tag latest and default access
npm error code E403
npm error 403 403 Forbidden - PUT https://registry.figma.com/npm/***/registry/@make-kits%2fak4acomponents-test
npm error 403 In most cases, you or one of your dependencies are requesting
npm error 403 a package version that is forbidden by your security policy, or
npm error 403 on a server you do not have access to.
The configuration instructions didn’t include any information about setting up a PAT, or configuring a token of any kind, they just gave me text to copy/paste into my .npmrc file.
Is there additional config I need to do, or some other process I need to perform in order to authenticate with the private registry?
