npm error code ENEEDAUTH
npm error need auth This command requires you to be logged in to https://registry.npmjs.org/
npm error need auth You need to authorize this machine using npm adduser
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2025-11-06T16_58_24_630Z-debug-0.log
Error: Process completed with exit code 1.
Can someone help me with this? I kept frustating (have tried > 5 times to debug) but it still does not work. This is the log error from .github/workflows/npm.yml. I have set the correct configuration for the NPM_TOKEN in the Organization Secrets section. Thanks!
npm error code ENEEDAUTH
npm error need auth This command requires you to be logged in to https://registry.npmjs.org/
npm error need auth You need to authorize this machine using
npm addusernpm error A complete log of this run can be found in: /home/runner/.npm/_logs/2025-11-06T16_58_24_630Z-debug-0.log
Error: Process completed with exit code 1.
Can someone help me with this? I kept frustating (have tried > 5 times to debug) but it still does not work. This is the log error from .github/workflows/npm.yml. I have set the correct configuration for the NPM_TOKEN in the Organization Secrets section. Thanks!