这是indexloc提供的服务,不要输入任何密码
Skip to content
Discussion options

You must be logged in to vote

Turborepo works with pnpm workspaces. Rush and Turborepo are somewhat, if not directly, competitive tools. Although, Rush does more than just task running at the moment.

The issue you'll face with moving from Rush are its rig files which avoid duplication of package.json content which turbo needs.

To adopt turbo incrementally from rush, I believe you would need to re-establish all package.json's in their entirety. Then everything should work fine and turbo will be able to run tasks, even if rush is doing installation for the time being. The goal would be to remove Rush entirely and simply rely on PNPM for installation instead.

Hope that helps.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@thanasis00
Comment options

@dlannoye
Comment options

Answer selected by jaredpalmer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #299 on December 15, 2021 16:41.