#Local package compilation error

6 messages · Page 1 of 1 (latest)

flat heath
#
[package]
name = ""
version = "0.0.1"
authors = [""]
license = "MIT"
description = "Basic template for university needs"

#repository = "https://github.com/soarowl/a2c-nums.git"
#keywords = ["Converter", "number", "Chinese", "Currency"]

entrypoint = "src/lib.typ"
compiler = "0.11.0"
#

I cant load the local package for some reason

#

compiler version and the version in this toml are the same

#
❯ typst compile main.typ
error: file not found (searched at /Users/<>/Library/Application Support/typst/packages/local/test/0.0.1/typst.toml)
  ┌─ main.typ:1:81 │ #import "@local/test:0.0.1": *
  │         ^^^^^^^^^^^^^^^^^^^
#

it seems as if the compiler doesnt know that local even exists

#

and imo the error is weird since the path is the same