ActivityWatch / aw-watcher-web

Browser watcher for ActivityWatch
Mozilla Public License 2.0
326 stars 47 forks source link

Missing script: "compile" #97

Closed VladChekunov closed 1 year ago

VladChekunov commented 1 year ago

Getting error while trying to run make:

npm ERR! Missing script: "compile"
npm ERR! 
npm ERR! To see a list of scripts, run:
npm ERR!   npm run

npm ERR! A complete log of this run can be found in:

Node: v12.22.9 Npm: 8.5.1

VladChekunov commented 1 year ago

https://github.com/ActivityWatch/aw-watcher-web/issues/94#issuecomment-1315773537 --recurse-submodules solved my issue. Please, add this information to README. It's very helpful.

ErikBjare commented 1 year ago

@VladChekunov I've now added proper build instructions to the README. Thanks for the feedback! :)