svelte-devtools icon indicating copy to clipboard operation
svelte-devtools copied to clipboard

pnpm build  ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL  Command "build" not found

Open leafOfTree opened this issue 1 year ago • 1 comments

I follow the README and run "pnpm build", but it failed with Command "build" not found It works if I "cd workspace/extension" first.

❯ pnpm --version 9.11.0

Shall we add "cd workspace/extension" to the README?

git clone https://github.com/sveltejs/svelte-devtools.git
cd svelte-devtools
pnpm install
+ cd workspace/extension
pnpm build

Also, "cd workspace/website" and running "pnpm build" throws error, too

error during build: Error: src/app.html does not exist

leafOfTree avatar Sep 24 '24 06:09 leafOfTree