-
Notifications
You must be signed in to change notification settings - Fork 14
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
Global meteor.json #26
Comments
Nice catch! I think I know what's causing the issue and will release a fixed version as soon as I have some time. In regards to having multiple places for the global configuration, it becomes a bit more tricky. If a user has the config file at each of those locations, which takes priority? I've solved this locally by symlinking all of my dotfiles to the |
Great! Looking forward to it. |
@stefanlogue @gerstorfer i proposed a PR that solves this specific issue. |
Big thanks to @sebastianwebber for the fix! It's now released in |
Thank you @sebastianwebber for the PR and @stefanlogue for releasing the fix so quickly! Very much appreciated |
🐛 Describe the bug
The config file
.meteor.json
is not found when placed in$HOME
. Everything works as expected, when.meteor.json
is placed above the working dir (even deeply nested) until the uppermost dir is the home directory.It would be nice to have a global configuration in
~/.meteor.json
and/or~/.config/meteor.json
and/or~/.config/meteor/meteor.json
Versions
meteor version 0.18.0
The text was updated successfully, but these errors were encountered: