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-app
npm 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