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 following the Quick Start steps I'm getting this error when trying to run buck run :app
$ ./buck run :app
Not using buckd because watchman isn't installed.Using additional configuration options from /home/guy/.buckconfigParsing buck files: finished in 1.0 secBuck wasn't able to parse /home/guy/workspace/buck/BUCK:
IOError: [Errno 2] No such file or directory: '/home/guy/workspace/buck/buckaroo_macros.bzl'
Call stack:
File "/home/guy/workspace/buck/BUCK", line 1
load('//:buckaroo_macros.bzl', 'buckaroo_deps')
The text was updated successfully, but these errors were encountered:
When following the Quick Start steps I'm getting this error when trying to run
buck run :app
The text was updated successfully, but these errors were encountered: