phodal / quake

Quake is a knowledge management meta-framework for geeks. Use meta-data + Transflow to CRUD data, Git + markdown to management content, Web Component for frontend-custom. Quake 是面向极客的知识管理元框架。
MIT License
441 stars 39 forks source link

bug: setup error #19

Closed boqingren closed 2 years ago

boqingren commented 2 years ago

Describe the bug

I run "quake server" in terminal, then I got an error:

image

Steps to reproduce (please include code)

  1. quake init.
  2. quake cmd -i "todo.add: hello, world".
  3. quake server.
    tree -C -L 2 .             
    .
    ├── entries-define.yaml
    └── todo
    ├── 0001-hello-world.md
    ├── entries.csv
    └── entry-node-info.yaml

Environment

phodal commented 2 years ago

hi, try

  1. download web.zip from https://github.com/phodal/quake/releases
  2. unzip to web directory
  3. try quake server again
Eliot00 commented 2 years ago

I will work on this issue