required npm token is not working

Trying to build my Vue 3 (vitejs) single app. Added an
NODE_VERSION
environment set to
16.15.0
. After deployment I see a
npm ERR! Incorrect or missing password.
error. I added my NPM token as
NPM_TOKEN
but not working. What to do
Was this page helpful?