A community member tried to run the Webstudio project locally using VS Code, but encountered an error with the pnpm dev command, stating that pnpm was not found. Another community member provided steps to repeat the process on a MacOS environment, which involved cloning the Webstudio repository, opening it in VS Code, and running pnpm dev without any issues. The original community member thanked the other and said they would try again.
I tried using Webstudio locally using this step: Running the Webstudio Project Using VS Code. After installing everything using all steps, I tried using the: pnpm dev to start and I got this: vscode β /workspaces/webstudio-main $ pnpm dev bash: pnpm: command not found error. Can anyone help? Thanks