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

BUG: paths are misconfigured for globally-installed amo-cli packages #9

Closed
cedricium opened this issue May 13, 2018 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@cedricium
Copy link
Owner

When attempting to use amo-cli w/ v0.2.0 and above, the following warnings are thrown:

WARNING: No configurations found in configuration directory:/Users/cedricamaya/config

It's warning that the config file cannot be found in the pwd, which is not where it should be looking for it. Rather, it needs an absolute path to the installed amo-cli package root.

@cedricium cedricium added the bug Something isn't working label May 13, 2018
@cedricium
Copy link
Owner Author

Specifically an issue with the node-config dependency - setting the config directory as a node env variable seems to fix the issue.

Refs: https://github.com/lorenwest/node-config/wiki/Configuration-Files#config-directory

cedricium added a commit that referenced this issue May 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant