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

Load local jake module if it exists #331

Closed
wants to merge 1 commit into from
Closed

Load local jake module if it exists #331

wants to merge 1 commit into from

Conversation

navneetgarg123
Copy link

Currently, the global jake executable will always load the globally installed module. This PR allows for a local installation of jake to be required if it exists instead. This is necessary with a project that requires a locally installed jake and is run with a globally installed jake.

@welearnednothing
Copy link
Contributor

@navneetgarg123 I know this is quite the old PR, but with the current load order of Node these days do you know if this is still necessary? I did a quick test and it doesn't seem like it is. Thanks!

@mde
Copy link
Contributor

mde commented May 7, 2021

I think I already rewrote this so that it looks for local Jake, but falls back to global if it can't find one.

@mde mde deleted the branch jakejs:master March 19, 2022 19:09
@mde mde closed this Mar 19, 2022
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