harpjs won't compile stylus *.styl
stylesheets when using harp server, harp server
.
This is the error I get when I try to use main.styl
as a stylesheet, linking it with main.css
within my index.jade
document (Jade is working perfectly, with no errors, I also tried using html documents instead of jade, but the issue was not resolved unfortunately.)
However, as soon as I add an empty main.css
file in my file structure, the error disappears, although, no styles are applied (it's an empty document, what should I expect though right?)
So, I was wondering if anyone has come across this error, or abnormality before, and if so, how they fixed it,
Things I've Tried
- re-installing stylus (
npm install -g stylus
) - re-installing harp (
npm install -g harp
) - re-installing jade (
npm install -g pug
) - re-installing pug (
npm install -g pug
) - trying a different device
- trying a different os; (Linux instead of OS X)
All of which, unfortunately, didn't fix the issue.