themeteorchef / bert

A client side, multi-style alerts system for Meteor.
185 stars 27 forks source link

Bump fourseven:scss to remove underscore warning #51

Closed janzheng closed 7 years ago

janzheng commented 7 years ago

I'm trying out one of your examples and accidentally updated meteor to 1.5... and subsequently probably updated fourseven:scss and now I'm getting the problem:


   /packages/themeteorchef_bert/stylesheets/bert.scss: Scss compiler error: _.without is not a
   function```
RickvdP commented 7 years ago

+1

themeteorchef commented 7 years ago

Ran into this, too, and found the easiest fix is to pin the fourseven:scss package to its 4.5.0 release in ./meteor/versions (in your app directly) like this: fourseven:scss@4.5.0. My guess is the global underscore _ variable went missing in Meteor 1.5.

ChiragWeb commented 7 years ago

Hi Chef, I was also facing the problem. I tried this option and its resolved ..Thanks for the quick fix.

hwillson commented 7 years ago

Quick FYI - fourseven:scss has fixed this issue in version 4.5.4 (see https://github.com/fourseven/meteor-scss/issues/252).

themeteorchef commented 7 years ago

Thanks @hwillson :)

themeteorchef commented 7 years ago

Fixed in v2.1.3.