You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are planning on using lerna to manage multiple CRA applications. It wastes time to install a bunch of packages on every CRA call when we are planning on bootstrapping existing copies of dependencies into the project immediately after
Describe the solution you'd like
Add a new flag which skips the installation step, ie create-react-app app-name --no-install
The text was updated successfully, but these errors were encountered:
Is your proposal related to a problem?
We are planning on using lerna to manage multiple CRA applications. It wastes time to install a bunch of packages on every CRA call when we are planning on bootstrapping existing copies of dependencies into the project immediately after
Describe the solution you'd like
Add a new flag which skips the installation step, ie
create-react-app app-name --no-install
The text was updated successfully, but these errors were encountered: