npx icon indicating copy to clipboard operation
npx copied to clipboard

Scoped packages, with "install" in the title, trigger "npm install"

Open assertchris opened this issue 6 years ago • 0 comments

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:

  1. Publish a scoped package, like @org/install
  2. Run that package through npx, like npx @org/install
screenshot 2019-02-13 at 14 32 53

Additional notes: I am running macOS 10.14.3, HyperTerm, and Oh My ZSH. Node is v11.9.0 (via Homebrew).

assertchris avatar Feb 13 '19 12:02 assertchris