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

Workflow is not recognized after installation #59

Open
arvinsim opened this issue Jul 12, 2017 · 2 comments
Open

Workflow is not recognized after installation #59

arvinsim opened this issue Jul 12, 2017 · 2 comments

Comments

@arvinsim
Copy link

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.

screen shot 2017-07-12 at 8 14 27 am

screen shot 2017-07-12 at 8 14 32 am

@steyep
Copy link
Owner

steyep commented Jul 12, 2017

@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.

@floer32
Copy link

floer32 commented May 3, 2018

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 👍

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

No branches or pull requests

3 participants