[BUG] npx
"Need to install" message with local CLI that has no dependencies
#3252
Closed
1 task done
Labels
Bug
thing that needs fixing
cmd:exec
related to `npx`
Priority 2
secondary priority issue
Release 7.x
work is associated with a specific npm 7 release
Is there an existing issue for this?
Might be related to: #2627
Current Behavior
I have a project there the root contains a CLI. The
package.json
looks like this:When I run
npx .
I am given the following message:The CLI does not have any dependencies, and the file is stored locally on the file system. There is nothing to install and the message is incomplete.
Expected Behavior
CLI should execute without prompting the user as there is nothing to install.
Steps To Reproduce
npx .
at the root directoryEnvironment
OS:
The text was updated successfully, but these errors were encountered: