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
bun install concurrently
bun bla.ts
# produces:
[0] '\"pwd\"' is not recognized as an internal or external command,
[0] operable program or batch file.
[0] pwd exited with code 1
[1] '\"whoami\"' is not recognized as an internal or external command,
[1] operable program or batch file.
[1] whoami exited with code 1
error
System info
OS: Windows 10 10.0.19045
CPU: (24) x64 AMD Ryzen 9 3900X 12-Core Processor
Memory: 8.37 GB / 15.93 GB
Bun version 1.1.0
"concurrently": "^8.2.2"
The text was updated successfully, but these errors were encountered:
Regular usage works as expected
API usage does not work
bla.ts
System info
The text was updated successfully, but these errors were encountered: