You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues: Error Running pnpm dev in sdk-playground
Description: When I try to run pnpm dev in the root directory of sdk-playground/, I encounter an error related to command recognition.
Steps to Reproduce:
Run pnpm install in both sdk-playground/client and sdk-playground/server.
Run pnpm dev from the root directory (sdk-playground/).
Observe the error messages in the console.
Expected Behavior The development servers should start without errors.
Actual Behavior The following error appears in the console:
Scope: 2 of 3 projects
packages/server dev$ ./handle-wrangler-secrets.sh dev local && wrangler dev src/index.ts --env dev
packages/client dev$ vite --mode dev
packages/server dev: '.' is not recognized as an internal or external command,
packages/server dev: operable program or batch file.
packages/server dev: Failed
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL [email protected] dev: ./handle-wrangler-secrets.sh dev local && wrangler dev src/index.ts --env dev
Exit status 1
ELIFECYCLE Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
Issues: Error Running pnpm dev in sdk-playground
Description: When I try to run pnpm dev in the root directory of sdk-playground/, I encounter an error related to command recognition.
Steps to Reproduce:
Expected Behavior The development servers should start without errors.
Actual Behavior The following error appears in the console:
Scope: 2 of 3 projects
packages/server dev$ ./handle-wrangler-secrets.sh dev local && wrangler dev src/index.ts --env dev
packages/client dev$ vite --mode dev
packages/server dev: '.' is not recognized as an internal or external command,
packages/server dev: operable program or batch file.
packages/server dev: Failed
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL [email protected] dev:
./handle-wrangler-secrets.sh dev local && wrangler dev src/index.ts --env dev
Exit status 1
ELIFECYCLE Command failed with exit code 1.
The text was updated successfully, but these errors were encountered: