Stream: beginners

Topic: metadata error


view this post on Zulip Anton (Jan 23 2023 at 19:00):

For those who are on the latest nightly and encounter:

thread 'main' panicked at 'No such file or directory (os error 2)', crates/linker/src/metadata.rs:59:71

You should replace your:

packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.1.3/5SXwdW7rH8QAOnD71IkHcFxCmBEPtFSLAIkclPEgjHQ.tar.br" }

with:

packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.2.0/8tCohJeXMBUnjo_zdMq0jSaqdYoCWJkWazBd4wa8cQU.tar.br" }

I'm working on a PR with a better error message right now.


Last updated: Jul 06 2025 at 12:14 UTC