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 install cannot resolve local file dependencies #10324

Open
Stono opened this issue Apr 17, 2024 · 1 comment · May be fixed by #10445
Open

bun install cannot resolve local file dependencies #10324

Stono opened this issue Apr 17, 2024 · 1 comment · May be fixed by #10445
Labels
bug Something isn't working npm Something that relates to the npm-compatible client

Comments

@Stono
Copy link

Stono commented Apr 17, 2024

What version of Bun is running?

1.1.4+fbe2fe0c3

What platform is your computer?

macosx

What steps can reproduce the bug?

We have a module we publish which bundles some eslint rules, and it does so with a file:./ reference in the package.json

Screenshot 2024-04-17 at 11 59 27

Subsequently this fails to install in a downstream app with:

error: eslint-plugin-webserver-custom-rules@file:./webserver-custom-rules failed to resolve
error: eslint-plugin-custom-rules@file:./custom-rules failed to resolve

What is the expected behavior?

File dependencies to work

What do you see instead?

No response

Additional information

No response

@Stono Stono added the bug Something isn't working label Apr 17, 2024
@dylan-conway dylan-conway added the npm Something that relates to the npm-compatible client label Apr 17, 2024
@dylan-conway
Copy link
Collaborator

Thank you for the bug report. We will fix this soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working npm Something that relates to the npm-compatible client
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants