-
Notifications
You must be signed in to change notification settings - Fork 60
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
Cannot log in when using nvm #50
Comments
You really should debug this within Alfred because it's a different environment from your terminal. One of the main differences being what is available to Alfred on your That said, to better determine what's happening within the Alfred environment, add this to the first line of
Open Alfred's debugger with the workflow selected and enter the keyword into Alfred. That should tell you:
Then you can compare that output to the output you get from terminal and While I currently do not, nor do I have future plans to support |
I started in Alfred's debugger and moved out because it was easier in the terminal. :) Your comments sent me down a different path than I was going, and I ended up getting it working. For anyone else running into this issue, first update the first step in the workflow to use the full path to your
Et voila! Thanks for the workflow and help, @steyep. Closing this as you (rightly) don't plan to support |
Cool, I'm glad you were able to get it working. Don't forget the
You might also consider testing for the
|
Thanks for spotting the As to testing for Cheers! |
I'm trying to set up
alfred-jira
, and I currently cannot log in. I'm attempting to debug via shell rather than through Alfred, and this is what I see:And
npm-debug.log
:I am using
nvm
to manage node versions, obviously, but I don't see that being a problem here. Any tips / ideas on how to debug this?The text was updated successfully, but these errors were encountered: