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
Description
According to the docs, having a global yarn installation should be fine. However, if you just clone the repo and run make, you'll get errors.
Expected Behavior
The app should build.
Actual Behavior
$ make
/Users/bilalq/code/clutch
Running pre-flight checks...
yarn is not installed or cannot be found in the current PATH, this is a required dependency.
Please refer to the development requirements https://clutch.sh/docs/getting-started/local-build/#requirementsmake: *** [preflight-checks] Error 1
Other Context
Running make yarn-install before running make fixes the issue. But the docs don't suggest that this would expect or enforce a local yarn installation.
The text was updated successfully, but these errors were encountered:
Description
According to the docs, having a global yarn installation should be fine. However, if you just clone the repo and run
make
, you'll get errors.Expected Behavior
The app should build.
Actual Behavior
Version
f9eb6f7
Other Context
Running
make yarn-install
before runningmake
fixes the issue. But the docs don't suggest that this would expect or enforce a local yarn installation.The text was updated successfully, but these errors were encountered: