I am trying to install Jade globally using npm so that I can use the Jade observer in WebStorm.
npm install jade --global
However, I can only find jade.cmd in:
...\AppData\Roaming\npm
and
...\AppData\Roaming\npm\node_modules\jade-watch\node_modules\.bin\jade.cmd
This does not seem to be correct ... there should be no entry in the Program Files Can I link?
source share