windos11 run pnpm dev an error occurred : is not recognized as an internal or external command, operable program or batch file.
Zourunfa opened this issue · 2 comments
Zourunfa commented
Uninen commented
I don't have access to a Windows machine but I guess the problem with the command is in the setting of the env variable. Try changing the dev command from "RUST_BACKTRACE=1 concurrently -k \"tauri dev\" \"pnpm devtools\"",
to "concurrently -k \"tauri dev\" \"pnpm devtools\"",
and set the env variable manually.
Zourunfa commented