silk-framework / silk

Silk Linked Data Integration Framework
http://silkframework.org/
Other
241 stars 62 forks source link

[error] (reactComponents / checkJsBuildTools) Required command line tools are missing #523

Closed scuffster closed 2 years ago

scuffster commented 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 ..

andreas-schultz commented 2 years ago

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.