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.
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 genSo 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.