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

Allow global yarn install of pr-bumper #137

Open
sandersky opened this issue Mar 3, 2018 · 1 comment
Open

Allow global yarn install of pr-bumper #137

sandersky opened this issue Mar 3, 2018 · 1 comment

Comments

@sandersky
Copy link
Contributor

pr-bumper works when using using npm install -g pr-bumper but not when using yarn global add pr-bumper. I suspect the yarn global bin isn't on the path while the npm global bin is, but it'd be nice if pr-bumper just supports both ways out-of-box.

@job13er
Copy link
Contributor

job13er commented Mar 4, 2018

pr-bumper doesn't have any control or care about how it's installed or called. If the consumer wants to install it from git or with npm or with yarn, they have to make sure that the path to where they installed it is in their PATH if they want to invoke it without including exactly where it was installed. I'm not sure what pr-bumper could or should do as a project to ensure the environment in which it's installed is set up correctly, as it has no visibility or control over the PATH environment in which it's invoked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants