CzBiX / qb-web

A qBittorrent Web UI, write in TypeScript+Vue.
GNU General Public License v3.0
1.71k stars 137 forks source link

Building issue #82

Closed bpvarsity closed 3 years ago

bpvarsity commented 3 years ago

Trying to build this from source and hit a snag. sudo yarn run build yarn run v1.22.5 $ vue-cli-service build ERROR Error: Cannot find module '@vue/cli-plugin-babel/preset'

Any suggestions would be appreciated

bbogdanov commented 3 years ago

Did you run 'yarn'? Dumb question but possible situation

CzBiX commented 3 years ago

Please see DEV.md. No sudo required, and remember to do yarn install at first.