question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Meteor Issue after last update (materialize:materialize and fourseven:scss)

See original GitHub issue

Hey,

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:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:15 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
ckiwcommented, Nov 7, 2016

I have this problem too, downgraded with meteor add materialize:materialize@=0.97.7

2reactions
moslemircommented, Nov 11, 2016

please fix this bug

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found