-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Unable to create monorepo with @modern-js/create #5823
Comments
Hmmm seems the feature is recently removed @caohuilin Would you please provide a link of the "community solution", thank you! |
Hey, we no longer support creating Monorepo for Modern.js and recommend using the community's Monorepo tool directly like rush、nx and maybe juest pnpm-workspaces... |
Sure, do you have any starter example repo? |
Maybe you can see https://nx.dev/getting-started/intro |
Sorry, I am not just asking for a monorepo. Is there a modern-js monorepo example with the configuration already set that I can start with? |
Get, we don't have it now, you can first create an monorepo, and run |
Fine, I'll try to follow the doc to make one. |
That would be better if you can offer more examples like module federation does. Not sure if that's aligned with your okr 🤣 |
Version
Details
When using
{"solution": "monorepo"}
option docI guess the cli has not yet supported it. Is there any workaround to directly use the monorepo-generator?
Reproduce link
Nope
Reproduce Steps
pnpm create @modern-js -c '{"solution": "monorepo"}' modern
The text was updated successfully, but these errors were encountered: