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

Add warning about global bin dir missing in $PATH when bun install -g <pkg> is used #9638

Closed
Jarred-Sumner opened this issue Mar 26, 2024 · 1 comment
Labels
bun install Something that relates to the npm-compatible client enhancement New feature or request

Comments

@Jarred-Sumner
Copy link
Collaborator

When you run bun install -g foo and ~/.bun/bin is not in $PATH we should warn that it’s not in $PATH and that not including that will cause the package to not be executable.

@Electroid Electroid added enhancement New feature or request bun install Something that relates to the npm-compatible client labels Mar 26, 2024
@dylan-conway
Copy link
Collaborator

Added in bun v1.1.19 with #12454

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bun install Something that relates to the npm-compatible client enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants