-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 install builds different node_modules structure since 1.0.23 #8201
Labels
Comments
Maybe a better reproducer:
|
+1, we meet the test ci error also with ajv package |
Electroid
added
the
bun install
Something that relates to the npm-compatible client
label
Jan 16, 2024
@Electroid is there any fixture with it? it may casue our project failed to build after vercel bump the bun version to 1.0.23 |
6 tasks
|
7 tasks
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
What version of Bun is running?
1.0.23+83f2432da
What platform is your computer?
Darwin 23.2.0 arm64 arm
What steps can reproduce the bug?
Simplified example
Create an empty directory and run:
npm install babel-loader eslint/eslintrc --save
ajv seems to miss files:
NPM:
Bun: (
bun install --no-save
)My CI failure
Webpack + babel-loader installed with bun, fails later to run with
node
Package.json
NPM:
Bun:
What is the expected behavior?
Bun install works like NPM, like previous versions
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: