steyep / alfred-jira

Alfred 3 (or Alfred 2) workflow for interacting with JIRA.
270 stars 60 forks source link

Alfred 4 installation failed #107

Closed khamza85 closed 5 years ago

khamza85 commented 5 years ago

I'm not sure if it is possible to install it on Alfred 4. So far I'm having no success.

steyep commented 5 years ago

At what point does the installation fail? It may be that you need to specify the path to your Alfred 4 workflows:

npm run build "$HOME/Library/Application Support/Alfred 4"

I'm just guessing on the path - I do not have Alfred 4.

If that doesn't work, can you please provide more information about the behavior you're experiencing?

khamza85 commented 5 years ago

Your idea with explicit path worked. Thanks for a quick help

shane-walker commented 5 years ago

Just in case anyone else runs into this, here was the path I had to use for the build to work.

npm run build "$HOME/Library/Application Support/Alfred"