Issue installing gulp-bless

I’m having an issue with a site I’m working on where the sass compiled css file has too many rules for IE8&9. It sounds like bless is a solution which will help to break up the css file into two smaller include css files. My question is, when I use npm install bless I get the following warning/error:

npm WARN sage@8.3.0 requires a peer of bless4@* but none was installed.

Any idea how to fix this?

Take a look here for how many of us got Bless working with Sage.

The bottom of that thread mentions that there are some issues with Bless > 3.01. I haven’t revisited any of my Blessed projects recently to see if that is resolved or not.