-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Update packagist for 3.4.3 #1228
Comments
is there any solution about this issue? When my version was 3.4.1, I was getting this error. I updated the version 3.4.3 and I continue to get the same error. SassError: Invalid CSS after "... floor(math": expected expression (e.g. 1px, bold), was ".div($grid-gutter-w"
|
it looks like you might be using an older version of sass. Can you share more of your error? |
I think so. I am sharing the log details. @AprilArcus ModuleBuildError: Module build failed .../node_modules/sass-loader/dist/cjs.js):
|
Yes, you're using node-sass, where you need to be using dart-sass for this and future versions. Can you please share the version of sass-loader you're using, and the part of your webpack config where you set up sass-loader? |
I am sharing ;
Can't the problem be solved without updating the version? Normally, we were not getting any errors while our application was being built 1 month ago. @AprilArcus |
You can pin bootstrap-sass to version 3.4.1 by changing the line
to
In your If you want to use version 3.4.3, you must remove Note that according to your Also note that according to your If you choose sass-loader 7.1.0 or 8.x, you will additionally need to configure it to use dart-sass by passing the See
|
Thank you so much for detail explanations.@AprilArcus |
Move vulnerable depenceny sharp to dev depencies #39 # Changed - Move `sharp` to dev dependencies (#39) - Pin `bootstrap-sass` to `3.4.1` because of build issues - twbs/bootstrap-sass#1228 (comment)
Last stable release available in Packagist is 3.4.2, which contains a bug using Math.div in a wrong place and this prevents compiling any project. 3.4.1 uses older math methods and keeps flooding the console with Sass warnings
The text was updated successfully, but these errors were encountered: