turbo
turbo copied to clipboard
command not found: raw error
Discussed in https://github.com/vercel/turbo/discussions/7060
Originally posted by gimdongwon January 21, 2024 I met this error. plz help me from this error
I input this command
turbo gen workspace --copy
@gimdongwon could you please run this again with verbose logging enabled?
turbo gen workspace --copy -vvv
And share the results here. Thanks!
Thx you for answer! @tknickman
I entered the command as your instructions.
Thanks! Can you try this command as well and report back if this worked?
npx @turbo/gen@latest raw workspace --json "{}"
@tknickman oh! it's working good. But i want to copy gen workspace copy. this command help just create new packages not copy. Why does this happen?
Hmm, this looks like an issue with the handoff from turbo to our gen
package, in the meantime you can get around this by using npx @turbo/gen
directly (check it out with npx @turbo/gen --help
). It sounds like you want: npx @turbo/gen workspace --copy [source]