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

Search for a local npm installation #74

Merged
merged 2 commits into from
Dec 3, 2017

Conversation

dougkoch
Copy link
Member

Fixes: #45

@mrmeku
Copy link
Collaborator

mrmeku commented Nov 27, 2017

Shouldn't this logic live within npm/index.js? It seems like it's a npm/node specific concern and having the logic live here wouldn't allow users to manually invoke the bin the want to override this logic

@dougkoch
Copy link
Member Author

Good call. I'm not too familiar with npm so it just didn't occur to me to handle this in the package entry point. I'll move the logic there when I get a chance.

@dougkoch dougkoch changed the title Run npm installed binary if it exists Search for a local npm installation Dec 3, 2017
@bazelbuild bazelbuild deleted a comment from googlebot Dec 3, 2017
@dougkoch
Copy link
Member Author

dougkoch commented Dec 3, 2017

This PR is ready to be reviewed again.

@achew22 achew22 merged commit ca9bfbc into bazelbuild:master Dec 3, 2017
alexeagle added a commit to alexeagle/bazel-watcher that referenced this pull request Dec 4, 2017
Followup to bazelbuild#74
When we roll out the feature of searching for a locally installed ibazel, we need to communicate it to users,
or they are not likely to discover it.
Especially while ibazel is under active development, development workflows like browser livereload are
sensitive to the ibazel version so I want to be sure users are not likely to trip on versioning.
achew22 pushed a commit that referenced this pull request Dec 5, 2017
Followup to #74
When we roll out the feature of searching for a locally installed ibazel, we need to communicate it to users,
or they are not likely to discover it.
Especially while ibazel is under active development, development workflows like browser livereload are
sensitive to the ibazel version so I want to be sure users are not likely to trip on versioning.
borkaehw pushed a commit to lucidsoftware/bazel-watcher that referenced this pull request Jul 30, 2018
borkaehw pushed a commit to lucidsoftware/bazel-watcher that referenced this pull request Jul 30, 2018
Followup to bazelbuild#74
When we roll out the feature of searching for a locally installed ibazel, we need to communicate it to users,
or they are not likely to discover it.
Especially while ibazel is under active development, development workflows like browser livereload are
sensitive to the ibazel version so I want to be sure users are not likely to trip on versioning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants