You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Protobufs library seems to be missing when trying to install with pnpm install instructions and then the provided instructions for this repository
Relevant console output
❯ curl -fsSL https://get.pnpm.io/install.sh | sh -
==> Downloading pnpm binaries 9.13.0
WARN using --force I sure hope you know what you are doing Copying pnpm CLI from /tmp/tmp.1LVuBxDmRV/pnpm to /home/ag/.local/share/pnpm/pnpm Appended new lines to /home/ag/.config/fish/config.fish
Next configuration changes were made: set -gx PNPM_HOME "/home/ag/.local/share/pnpm"if not string match -q -- $PNPM_HOME$PATHset -gx PATH "$PNPM_HOME"$PATH
end
To start using pnpm, run: source /home/ag/.config/fish/config.fish
❯ source /home/ag/.config/fish/config.fish
❯ pnpm config set @buf:registry https://buf.build/gen/npm/v1
❯ pnpm add @meshtastic/js
ERR_PNPM_FETCH_404 GET https://registry.npmjs.org/@jsr%2Fmeshtastic__protobufs: Not Found - 404
This error happened while installing the dependencies of @meshtastic/js@2.5.9-2
@jsr/meshtastic__protobufs is not in the npm registry, or you have no permission to fetch it.
No authorization header was setfor the request.
Progress: resolved 5, reused 0, downloaded 0, added 0
Hardware
Not Applicable
Connection Type
HTTP
Firmware Version
n/a
Description
Protobufs library seems to be missing when trying to install with pnpm install instructions and then the provided instructions for this repository
Relevant console output