synesthesiam / rhasspy

Rhasspy voice assistant for offline home automation
https://rhasspy.readthedocs.io
MIT License
942 stars 101 forks source link

Add yarn install before build #160

Closed alexkn closed 4 years ago

alexkn commented 4 years ago

Without yarn install you get this:

~/rhasspy$ yarn build
yarn run v1.21.1
$ vue-cli-service build
/bin/sh: 1: vue-cli-service: not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
synesthesiam commented 4 years ago

Good catch, thank you.