Meteor Issue after last update (materialize:materialize and fourseven:scss)
See original GitHub issueHey,
I had no errors before the last update about an hour ago. The update I made had the following changes:
Changes to your project's package version selections from updating package versions:
babel-runtime upgraded from 0.1.12 to 0.1.13
fourseven:scss upgraded from 3.10.0 to 3.10.1
materialize:materialize upgraded from 0.97.7 to 0.97.8
the current version of meteor is 1.4.2
after the update I get the following errors:
Uncaught Error: Scss compiler error: Undefined variable: "$medium-and-down"
Uncaught TypeError: Cannot read property 'Materialize' of undefined
ReferenceError: meteorInstall is not defined
this was after updating to materialize version 0.97.8
even after downgrading to version 0.97.7, I still get the same error.
Any help is appreciated. Thanks again.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:15 (2 by maintainers)
Top Results From Across the Web
Meteor Issue after last update (materialize: ...
I've just resolved the same issue with this: meteor remove materialize:materialize meteor add materialize:materialize@=0.97.0.
Read more >Issue after last update (materialize:materialize and fourseven:scss)
It was fine before update. No error logs in to the console. When I remove and add both packages, the versions seem to...
Read more >Fourseven:scss and materialize madness - help
Whiile trying to update to Meteor 1.6 and later to the patch version… fourseven:scss and materialize are in too much of a conflict…...
Read more >Programming with Meteor and Materialize
Huh, first unexpected issue. We ended up having to download the sh file, modify the Meteor version to 1.2 then run the install...
Read more >How to use materializecss on meteor | by Yehuda Clinton
The way i did that was by placing a file on the client side with the title main.scss withat that one line in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have this problem too, downgraded with
meteor add materialize:materialize@=0.97.7
please fix this bug