Why are turbo commands echoing its version in stderr? #9838
Unanswered
joelstransky
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
We have CI on Azure Devops that calls
& npx turbo run build --no-daemon
which has been fine until recently.Now it's emitting the turbo version as a stderr
##[error]turbo 2.3.3
which halts the build.What could possibly be causing this?
Additional information
Beta Was this translation helpful? Give feedback.
All reactions