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

Bun.js Support #22283

Closed
1 task done
laynef opened this issue Mar 12, 2024 · 4 comments · Fixed by #22602
Closed
1 task done

Bun.js Support #22283

laynef opened this issue Mar 12, 2024 · 4 comments · Fixed by #22602
Assignees

Comments

@laynef
Copy link

laynef commented Mar 12, 2024

Description

  • Please support Bun.js as a package manager and fix the NX platform runner

Motivation

  • Bun.js runs x17 faster than pnpm and x37 than yarn and npm

Problem

  • Fix NX Missing Platform Dependency
Screenshot 2024-03-12 at 10 18 50 AM

Solution

Screenshot 2024-03-19 at 6 24 12 PM Screenshot 2024-03-19 at 6 23 55 PM
@FrozenPandaz FrozenPandaz added the scope: misc Misc issues label Mar 15, 2024
@laynef
Copy link
Author

laynef commented Mar 21, 2024

Please merge.

PR: #22402

@LeOndaz
Copy link

LeOndaz commented Mar 25, 2024

Bump, urgent

@FrozenPandaz FrozenPandaz self-assigned this Mar 28, 2024
@Jordan-Hall
Copy link
Contributor

#22602

jaysoo pushed a commit that referenced this issue May 22, 2024
Bun uses yarn lock for it's binary file. Running the binary will produce
the content of a yarn lock file (v1)

Other option is to use the -y command on add and install. This will
create a yarn lock file and then createLockFile can just modify the
yarn.lock file instead?

This is the PR made from #19113 and pushed due to #22402 being closed.

PS Bun feels more stable since the PR was first created!

This PR will resolve #22283 and start of #21075
Copy link

This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants