stephenlacy / gulp-stylus

Stylus plugin for gulp
MIT License
223 stars 60 forks source link

Error: 'tried to require: stylus'. #201

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hey

I'm working with some legacy code, and it uses gulp-stylus. I tried all the stuff you and other guys recommended in #198 although it didn't help.

What would you suggest?

Node version: 6.17.1 gulp-stylus version: 2.0.0 OS: Windows 10

stephenlacy commented 4 years ago

What does your output for npm ls | grep stylus look like?

ghost commented 4 years ago

Fixed it by switching to gulp-stylus 2.1.0.

Thanks :)