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
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Linux
Describe the Bug
Expected Behavior
It's expected either show version in response / either show available commands / either show error message (as happens when calling other non-existing commands, but specifically version command throws segfault error)
To Reproduce
npx create-turbo
.devcontainer/Dockerfile
ARG VARIANT="18-bullseye"
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
The text was updated successfully, but these errors were encountered:
The existing help text for turbo --help doesn't show a turbo version command. @7flash did you find that documented somewhere? AFAICT you want turbo --version. If somewhere else is showing turbo version, we ought to correct that.
We definitely shouldn't crash though, that's clearly a bug.
What version of Turborepo are you using?
1.4.4
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Linux
Describe the Bug
Expected Behavior
It's expected either show version in response / either show available commands / either show error message (as happens when calling other non-existing commands, but specifically version command throws segfault error)
To Reproduce
.devcontainer/Dockerfile
The text was updated successfully, but these errors were encountered: