-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Force to use yarn over npm #92
Labels
Comments
I agree, to me yarn is preferable. But, what about craco? 😏😁 |
I agree too. |
You guys should check out vite https://vitejs.dev/ |
hi Doc @marcofugaro ! |
rollup + esbuild, it has every feature from create-react-app and is much faster. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As explained here: yarnpkg/yarn#4895 (comment)
Which is:
create
.npmrc
with:edit
package.json
adding:possible bonus: write in
engines
the same yarn version as the one used to callcreate-accurapp
.@SgaBenza @ilariaventurini @ivanross @delaudio @pitou what do you think? could be useful on our long-running projects as well!
The text was updated successfully, but these errors were encountered: