Closed scuffster closed 2 years ago
I'm getting this error
[error] (reactComponents / checkJsBuildTools) java.lang.AssertionError: assertion failed: Required command line tools are missing
w/ sbt command
./sbt "project workbench" run -feature
I'm not sure what it's testing for or how to fix it. the directory silk-react-components exists and has the following content ..
silk-react-components
The required tools to build/run the project are listed in the README. In your case yarn seems to be missing. I'll add it to the error message.
README
yarn
I'm getting this error
[error] (reactComponents / checkJsBuildTools) java.lang.AssertionError: assertion failed: Required command line tools are missing
w/ sbt command
./sbt "project workbench" run -feature
I'm not sure what it's testing for or how to fix it. the directory
silk-react-components
exists and has the following content ..