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
Happy to help out on this one. The way I've seen it handled in other projects is by detecting the presence of a yarn.lock or package-lock.json file and then running the appropriate commands from there. Thoughts?
The getting started section of the docs suggest that using
npm
is possible by running the commandnpx create-bison-app MyApp
However, upon doing so, I'm given an error about the
yarn
command failing.The text was updated successfully, but these errors were encountered: