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 CLI should allow the user to define their package manager of choice for installing dependencies - nypm supports this.
Right now only npm is used, but this should be configurable through a flag like -p bun or --pm bun or similar. Think this is preferrable to selecting it in the wizard, as that creates too much friction and is advanced usage anyway.
The text was updated successfully, but these errors were encountered:
The CLI should allow the user to define their package manager of choice for installing dependencies -
nypm
supports this.Right now only
npm
is used, but this should be configurable through a flag like-p bun
or--pm bun
or similar. Think this is preferrable to selecting it in the wizard, as that creates too much friction and is advanced usage anyway.The text was updated successfully, but these errors were encountered: