Skip to content

Running web client fails #1433

Description

@diensthunds

Following the readme.
getting to:
Run the web client

pnpm --filter @meshtastic/web dev

I get a:

~/gits/web$ pnpm --filter @meshtastic/web dev
[ERR_PNPM_RECURSIVE_RUN_NO_SCRIPT] None of the selected packages has a "dev" script

Ignoring that doesn't do any good for the build either.

Gives:

:~/gits/web$ pnpm -r build
Scope: 12 of 13 workspace projects
packages/protobufs build$ pnpm run clean && pnpm run gen
│ $ rimraf packages/ts/dist
│ $ buf generate
│ sh: 1: buf: not found
│ [ELIFECYCLE] Command failed.
└─ Failed in 7.9s at /home/chas/gits/web/packages/protobufs
packages/ui build$ vite build && publint
│ vite v8.1.5 building client environment for production...

│ transforming...✓ 1865 modules transformed.
│ rendering chunks...
└─ Running...
/home/chas/gits/web/packages/protobufs:
[ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL] @meshtastic/protobufs@0.0.0 build: pnpm run clean && pnpm run gen

So there's something at the run client that's not working.

I'm no coder but I'd say it's buf not being found. What particular buf that is I'm not sure.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions