Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
fix(project): failing node.js check
Browse files Browse the repository at this point in the history
  • Loading branch information
moranje committed Mar 26, 2019
1 parent a8a966e commit c9409d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/workflow/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ node alfred-workflow-todoist.js remove "{query}"</string>
export PATH="$PATH:/usr/local/bin:/usr/bin"
if which node &gt; /dev/null; then
:
else
echo "You need to have node (8.5 or up) installed for this workflow to work."
echo "Have a look at the docs:"
Expand Down Expand Up @@ -262,6 +263,7 @@ node alfred-workflow-todoist.js submit "{query}"</string>
export PATH="$PATH:/usr/local/bin:/usr/bin"
if which node &gt; /dev/null; then
:
else
echo "You need to have node (8.5 or up) installed for this workflow to work."
echo "Have a look at the docs:"
Expand Down Expand Up @@ -378,6 +380,7 @@ export PATH="$PATH:/usr/local/bin:/usr/bin"
# IDEA: should return a list with options (eg: settings, (check for) update, install, refresh_cache)
if which node &gt; /dev/null; then
:
else
echo "You need to have node (8.5 or up) installed for this workflow to work."
echo "Have a look at the docs:"
Expand Down

0 comments on commit c9409d9

Please sign in to comment.