npm - Incorrect or missing password on CF pages
# pages-help
v
Hi, I would like to deploy my new docusaurus web application on CF pages. I have upgraded to Node version v18.14.2, but now I end up in the following npm problem.
Copy code
npm ERR! code E401
Incorrect or missing password.
w
Do you have a npmrc file or NPM_TOKEN env var?
v
No, there are only public npm modules in use. Is that necessary?
w
It looks like it's trying to use auth
So either there's a private package or there's some auth being provided
Just public would be fine
v
ya you are right, corporate npm cache has snuck into package-lock.json.... Sorry for your time.