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
I run npm-check from within my-project, it should identify dep to be one version old and prompt to update from 1 to 2.
It doesn't.
At the very least it should prompt to update the package.json which is asking for version 1. But for some reason, because npm-check finds the latest version somewhere within the parents directory structure, it doesn't prompt to make any changes.
npm-check returns
⁉️ MISMATCH Installed version does not match package.json.
but npm-check in interactive mode, displays nothing.
The text was updated successfully, but these errors were encountered:
Consider this directory structure:
I run npm-check from within
my-project
, it should identifydep
to be one version old and prompt to update from 1 to 2.It doesn't.
At the very least it should prompt to update the package.json which is asking for version 1. But for some reason, because npm-check finds the latest version somewhere within the parents directory structure, it doesn't prompt to make any changes.
npm-check
returnsbut npm-check in interactive mode, displays nothing.
The text was updated successfully, but these errors were encountered: