Alexander Lyon
Alexander Lyon
We try to detect using `nvm` but the issue is that vscode is likely not inheriting the env vars / path that inserts. If you can't install turbo globally the...
Heyo, new version with some better detection logic is being reviewed as we speak :)
The primary benefit of global turbo that turbo is able to delegate to the 'local turbo' (whatever is in your repo) meaning anywhere you go you can just do `turbo...
Hello, I tried to repro this on linux + podman and with macos + docker desktop and can't seem to get the hang. I will mention that to make buildx...
Hey @unional I let my machine run overnight on repobuddy with the command that failed on CI to try to collect a profile and can't repro it. If you are...
This would be handy for `turbo`. repro (should also work w/ docker): ``` $ podman run -it oven/bun:alpine sh $ bun i -g turbo $ /root/.bun/bin/turbo env: can't execute 'node':...
Yes, the CI updates the docs. Will fix, thanks for the PR
Please rebase on master which should be capable of building the docs
For anyone here on a newer version of docker-desktop upgrade to 0.12
Locally I patched the package to add them globally (inside handleRoute) however we might not want to assume that for all users. Right now the API for `createServer` while trying...