[BUG] npm view ${tag} version got stuck when ran from workspace directory #3790
Labels
Bug
thing that needs fixing
Priority 2
secondary priority issue
Release 7.x
work is associated with a specific npm 7 release
Is there an existing issue for this?
Current Behavior
Hi, I have a simple monorepo project with workspaces. Root pkg.json contains
Command
npm view ${tag} version
(tag is any package/* and is published and exists in the registry) ran in the command line from root returns version as expected.But, running this command from the directory of any package gets stuck and returns nothing (the process is stuck).
Expected Behavior
npm view ${tag} version
command should behave the same no matter where ran.Steps To Reproduce
npm view ${tag} version
from the directory of one of the packages, where $tag is one of the published packagesEnvironment
The text was updated successfully, but these errors were encountered: