Skip to content
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

Update quickstart npm docs to warn for monorepo pitfall #1956

Closed
wants to merge 1 commit into from

Conversation

frankmayer
Copy link

Update quickstart npm docs to warn users of a potential monorepo pitfall.
In my case I was testing Bun in parallel to my main pnpm/turborepo environment, and tw-elements was not working when packages were installed with bun.
It turned out, bun was only installing it into the root node_modules and not also providing a symlink to the actual app's node_modules. As no error messages were logged, it took some time to find the culprit, so I wanted to spare other users the pain :)

Signed-off-by: Frank Mayer <frank@frankmayer.net>
@cla-bot
Copy link

cla-bot bot commented Sep 20, 2023

Thank you for your pull request and welcome to our community! We require contributors to sign a Contributor License Agreement and we don't seem to have CLAs on file for these contributors to the Pull Request: (@frankmayer). In order for your PR to be reviewed and merged, please sign our CLA first.

If there are any questions, please don't hesitate to get in touch with our team.

@frankmayer
Copy link
Author

@cla-bot check

@cla-bot cla-bot bot added the cla-signed label Sep 20, 2023
@cla-bot
Copy link

cla-bot bot commented Sep 20, 2023

The cla-bot has been summoned, and re-checked this pull request!

@juujisai
Copy link
Contributor

juujisai commented Nov 3, 2023

Hi! Thank you for your PR. I think it will be better if we add a new section with installation guide for bun.

#2064

@juujisai juujisai closed this Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants