sim icon indicating copy to clipboard operation
sim copied to clipboard

[BUG] Devcontainer `bun run dev:full`/`sim-start` failing

Open cabaucom376 opened this issue 1 month ago • 1 comments

While following the development guide when getting to the command stage running either bun run dev:full or sim-start results in the error:

$ cd apps/sim && bun run dev:full
$ concurrently -n "App,Realtime" -c "cyan,magenta" "bun run dev" "bun run dev:sockets"
/bin/bash: line 1: concurrently: command not found
error: script "dev:full" exited with code 127
error: script "dev:full" exited with code 127

cabaucom376 avatar Jan 02 '26 04:01 cabaucom376