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
When scaffolding a new project using npx sv create, it suggests that you run yarn run dev -- --open, but it seems like -- isn't really isn't needed anymore
warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts.
The text was updated successfully, but these errors were encountered:
When scaffolding a new project using
npx sv create
, it suggests that you runyarn run dev -- --open
, but it seems like--
isn't really isn't needed anymoreThe text was updated successfully, but these errors were encountered: