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
It's so common for me to clone a repo and then run gt run, forgetting to install the deps. It should do it automatically if there's no vendor directory, and if there's a package.json but no node_modules.
It's so common for me to clone a repo and then run
gt run, forgetting to install the deps. It should do it automatically if there's no vendor directory, and if there's a package.json but no node_modules.