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
hi,
getting this error. I'm on version 1.1.4 says my usr/local/bin/taskopen file. I'm on a mac.
Can't locate JSON.pm in @INC (you may need to install the JSON module) (@INC contains: /usr/local/opt/perl/lib/perl5/site_ ...........
BEGIN failed--compilation aborted at /usr/local/bin/taskopen line 30.
and line 30 is this: 30 use JSON qw( decode_json ); # From CPAN
it was working fine until I upgraded somethings in homebrew.
The text was updated successfully, but these errors were encountered:
hi,
getting this error. I'm on version 1.1.4 says my usr/local/bin/taskopen file. I'm on a mac.
and line 30 is this:
30 use JSON qw( decode_json ); # From CPAN
it was working fine until I upgraded somethings in homebrew.
The text was updated successfully, but these errors were encountered: