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
The only solution right now to this is globally removing yarn - which is not really a solution; I want to be able to keep supporting projects that use yarn, while favoring npm for new projects.
Preferably, we'd add a flag to create-razzle-app in which we can give a preference.
The text was updated successfully, but these errors were encountered:
Hola! So here's the deal, between open source and my day job and life and what not, I have a lot to manage, so I use a GitHub bot to automate a few things here and there. This particular GitHub bot is going to mark this as stale because it has not had recent activity for a while. It will be closed if no further activity occurs in a few days. Do not take this personally--seriously--this is a completely automated action. If this is a mistake, just make a comment, DM me, send a carrier pidgeon, or a smoke signal.
We should give developers the freedom to choose their own package manager, rather than always use yarn if it's available:
https://github.com/jaredpalmer/razzle/blob/master/packages/create-razzle-app/lib/utils/get-install-cmd.js#L14
The only solution right now to this is globally removing yarn - which is not really a solution; I want to be able to keep supporting projects that use yarn, while favoring npm for new projects.
Preferably, we'd add a flag to
create-razzle-app
in which we can give a preference.The text was updated successfully, but these errors were encountered: