robimac04 / busylight_mac

Kuando Busylight with Cisco Jabber on Mac
1 stars 1 forks source link

Script error #2

Open boysim opened 2 years ago

boysim commented 2 years ago

Hello, I have an issue that the script won't run. Do you have any idea what's happening?

/Users/simonpauwels/Library/Caches/com.runningwithcrayons.Alfred/Workflow Scripts/FC25BB06-8819-4D08-BD78-6A352129B45E: line 2: kill: (78489) - No such process /usr/local/busylight/busylight.sh: line 24: /usr/local/bin/node: No such file or directory

robimac04 commented 2 years ago

Hi,

looks like nodejs binary wasn't installed to /usr/local/bin - which means the script cannot find it there.

Could you please check that nodejs is installed and open the terminal and run which node?