I've been publishing a private scoped NPM package. The publishing process was automated in AWS CI pipeline. It's been working fine for a while then publishing just stopped working with 403 error one day. There were no change in CI pipeline whatsoever. These are what I have tried:
- renewing token (both automation and publish)
- changing version numbers to something unique
- changing package access/publish access
- publishing from local computer
- publishing from local computer with different authorized account
- tried different versions of NPM 6~8
- NPM audit fix --force
- re-installing node_modules
They all failed with the same 403 error.
What else can I try? Please help.