npx
npx copied to clipboard
Scoped packages, with "install" in the title, trigger "npm install"
Hey folks.
Firstly, thank you for your work. This tool is great!
Secondly, when I create a scoped package, with "install" in the title; running it through npx triggers npm install. Not sure why.
Steps to reproduce:
- Publish a scoped package, like
@org/install - Run that package through
npx, likenpx @org/install
Additional notes: I am running macOS 10.14.3, HyperTerm, and Oh My ZSH. Node is v11.9.0 (via Homebrew).