Open assertchris opened 5 years ago
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.
npx
npm install
Steps to reproduce:
@org/install
npx @org/install
Additional notes: I am running macOS 10.14.3, HyperTerm, and Oh My ZSH. Node is v11.9.0 (via Homebrew).
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
triggersnpm install
. Not sure why.Steps to reproduce:
@org/install
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).