billymoon / Stylus

Stylus Package for Sublime Text 2 / 3
Other
129 stars 31 forks source link

Support local installs #77

Open DJviolin opened 7 years ago

DJviolin commented 7 years ago

In the past I installed stylus globally, but now I try to put eslint, etc. into my project dependencies. I installed stylus locally, but seems it can't find the executible. I placed this in Stylus.sublime-settings - User, but no luck:

{
  "binDir": "**/node_modules/stylus/bin",
}

Is it possible to use this plugin with locally installed stylus?