-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump node-sass to v8 #316
base: master
Are you sure you want to change the base?
Bump node-sass to v8 #316
Conversation
I tried running with this patch locally, but Meteor started complaining about Babel 🤔 Have not had the time to look into this more, but thought I would leave a note here in case someone else runs into it. Might need a little more configuration before this can be merged and released?
|
Interesting. |
I ran into the same issue when I was trying to follow up from #317. It's pretty easy to reproduce:
Whatever is happening, installing
|
I was successfully able to bump node-sass to 7.0.3, but anything above it causes an issue with the lru-cache.
To get it working I did:
I'm still running into an issue though (which is why I started this upgrade rabit trail...):
I think it's related to node-scss being so old, see https://stackoverflow.com/a/71806296 May need to mess with the caching-compiler to get this working fully on versions above 7.0.3. https://github.com/meteor/meteor/tree/master/packages/caching-compiler |
My code above is working for me in production. 7.0.3. The issue I am having is that bumping to 7.0.3 didn't fix an issue I was having with the OLD version of node-sass... When I try to import mapbox everything explodes (see the stack overflow link on my last post). I have not ran the package tests, but 7.0.3 with the added babel works for me! I would recommend more testing before calling it good 👍 |
Release as v4.16
A small update before #296