create
v0.5.5
Published
You probably meant `npm create`, not `npx create`. ❌
Downloads
55,393
Readme
create
This package serves as a warning to developers who accidentally run npx create
instead of npm create
:
❌ You just ran npx create, which installs and run this npm package named 'create'.
You likely want npm create, the built-in npm command to install and run a package with a name like 'create-*'.
See: https://docs.npmjs.com/cli/commands/npm-init