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
Or I have been thinking this for while, what if we don't ask the user for installing dependency and we directly do it?
If people really want to skip then they can use our hidden --skip flag.
This will remove prettier burden from us, and also we don't need ship prettier and its plugins as main dependencies while pushing the package to npm.
Some other create cli eg npx create-next-app does seem to do same.
If showing user just "Installing dependencies..." for a while feels strange, I think with Listr2 we could also output some ongoing logs of yarn install just to feel more dynamic
The text was updated successfully, but these errors were encountered:
Description:
We could tinker more on #55 (comment)
Or I have been thinking this for while, what if we don't ask the user for installing dependency and we directly do it?
If people really want to skip then they can use our hidden
--skip
flag.This will remove prettier burden from us, and also we don't need ship prettier and its plugins as main dependencies while pushing the package to npm.
Some other create cli eg npx create-next-app does seem to do same.
If showing user just "Installing dependencies..." for a while feels strange, I think with Listr2 we could also output some ongoing logs of
yarn install
just to feel more dynamicThe text was updated successfully, but these errors were encountered: