hi,
I tried to setup the project based on your guide in root README file.
After successful
nix develop
pnpm install
commands, I couldn't run pnpm build command.
It throws expected ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL Command "build" not found due to pnpm build command didn't mentioned inside the root directorie's package.json file.
As a workaround I tried to run the pnpm build command from packages/frontend folder and I got other error which is related with workspace/environment.
hi, I tried to setup the project based on your guide in root README file. After successful
nix develop
pnpm install
commands, I couldn't runpnpm build
command.It throws expected
ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL Command "build" not found
due topnpm build
command didn't mentioned inside the root directorie'spackage.json
file.As a workaround I tried to run the
pnpm build
command frompackages/frontend
folder and I got other error which is related with workspace/environment.Could you guide what was wrong here?
PNPM version: 8.15.5 Node version: v18.18.0
Solution: Add build command to root
package.json
file