Is there an existing issue for this?
Current Behavior
I have a package names @kaaaxcreators/create
When I run npm init @kaaaxcreators it doesnt execute it
When I run npx @kaaaxcreators/create it works
Expected Behavior
npm init @kaaaxcreators should be the same as npx @kaaaxcreators/create
Steps To Reproduce
- Inside a Folder run
npm init @kaaaxcreators
- Get the default Prompt instead of executing the program
Environment
- OS: Windows 10 21H1
- Node: v16.6.0
- npm: 7.19.1
Is there an existing issue for this?
Current Behavior
I have a package names
@kaaaxcreators/createWhen I run
npm init @kaaaxcreatorsit doesnt execute itWhen I run
npx @kaaaxcreators/createit worksExpected Behavior
npm init @kaaaxcreatorsshould be the same asnpx @kaaaxcreators/createSteps To Reproduce
npm init @kaaaxcreatorsEnvironment