This repository was archived by the owner on Jul 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
[Bug]: Protobufs Library 404 #112
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
❯ 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 $PATH
set -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 set for the request.
Progress: resolved 5, reused 0, downloaded 0, added 0Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working