mongodb / chatbot

MongoDB Chatbot Framework. Powered by MongoDB and Atlas Vector Search.
https://mongodb.github.io/chatbot/
Apache License 2.0
106 stars 48 forks source link

npm login issue when applying fix for #425 #429

Closed JohnGUnderwood closed 3 weeks ago

JohnGUnderwood commented 4 weeks ago

When applying the fix for #425 I get an npm error.

Steps to reproduce:

  1. Got to the route of the repo
  2. Execute npm install mongodb-chatbot-server@^0.9.1

Error output:

npm error code E401
npm error Incorrect or missing password.
npm error If you were trying to login, change your password, create an
npm error authentication token or enable two-factor authentication then
npm error that means you likely typed your password in incorrectly.
npm error Please try again, or recover your password at:
npm error   https://www.npmjs.com/forgot
npm error
npm error If you were doing some other operation then your saved credentials are
npm error probably out of date. To correct this please try logging in again with:
npm error   npm login
npm error A complete log of this run can be found in: /Users/junderwood/.npm/_logs/2024-06-04T08_34_21_297Z-debug-0.log
mongodben commented 3 weeks ago

idk where this is coming from. i think if you pull the latest version of the code as noted in my comment on your other issue #430 this could go away.

JohnGUnderwood commented 3 weeks ago

Yes, solved.