K..
K..

Reputation: 4233

WebStorm file watchers on Windows

I want a file watcher for LiveScript, so I installed it with npm install LiveScript -g and this works like expected. I can now type livescript into cmd and compile files.

But when I try to use livescript as Program in a watcher, WebStorm tells me Cannot run program "livescript"...

The command seems to be globally accessible, but somehow not for WebStorm.

Upvotes: 0

Views: 173

Answers (1)

lena
lena

Reputation: 93898

Please provide a full path to livescript.cmd (should be something like 'C:\Users\your.name\AppData\Roaming\npm\livescript.cmd') in a Program field - this should help

Upvotes: 3

Related Questions