Command
npm exec <command>Explanation
Runs executables from local or remote npm packages without installing them.
Examples
Run create-react-app without installing
npm exec create-react-app my-appnpm exec <command>Runs executables from local or remote npm packages without installing them.
Run create-react-app without installing
npm exec create-react-app my-app