You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed the instructions to clone the library and run npm run build. I have also verified that the workflow is already installed in Alfred. However, Alfred doesn't seem to recognize it.
The text was updated successfully, but these errors were encountered:
@arvinsim some debugging information could help determine what's going on. Can you open the Alfred settings, navigate to the jira workflow, open the debug panel, and paste the response into this issue?
(See #38 (comment) for debugging instructions.)
You could try running npm update within the repository to see if that resolves the issue.
I got the same. Alfred 2, macOS 10.13.4, node installed via brew and node version is currently v6.14.2. The debug help from #38 (comment) is very helpful though, it revealed a simple cause for me:
Starting debug for 'jira'
[ERROR: alfred.workflow.input.scriptfilter] Code 127: /bin/bash: /usr/local/bin/node: No such file or directory
So in my case the issue is I installed with, brew install node@6 and so which node -> /usr/local/opt/node@6/bin/node. While I could add a symlink so /usr/local/opt/node/bin/node points to it, I decided to just make the upgrade as I don't need to stick on the old node version anymore. Now that /usr/local/opt/node/bin/node is there, it's working 👍
I have followed the instructions to clone the library and run
npm run build
. I have also verified that the workflow is already installed in Alfred. However, Alfred doesn't seem to recognize it.The text was updated successfully, but these errors were encountered: