ItsEthra / typst-live

Hot reloading for your typst files
MIT License
82 stars 8 forks source link

unexpected argument, typst exits with error 1 #21

Closed secretmango closed 5 months ago

secretmango commented 5 months ago
$ typst-live learn.typ
[INFO] Server is listening on http://127.0.0.1:5599
error: unexpected argument.

for more information, try --help
[ERR] Typst exited with error code: exit status: 1
[ERR] Failed to read `output.pdf` Os { code: 2, kind: NotFound, message: "No such file or directory" }
[WARN] Failed to remove `output.pdf`. No such file or directory (os error 2)

typst 056d15aa

everything installed with cargo as user

ItsEthra commented 5 months ago

Your version of typst is more than a year old https://github.com/typst/typst/commit/056d15aa, please update to the newest version.