You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2022. It is now read-only.
I've reported the details in an issue reported to npm (because that's what the error message told me to do). The upshot of the response was that you're depending on a no-longer-available version of mongoose (or something in your dependencies is), and that's never going to work.
In the response, @othiym23 suggested trying npm install, but that wasn't any better.
I've reported the details in an issue reported to npm (because that's what the error message told me to do). The upshot of the response was that you're depending on a no-longer-available version of mongoose (or something in your dependencies is), and that's never going to work.
In the response, @othiym23 suggested trying
npm install, but that wasn't any better.