Update node-sass to 4.12.0 for NodeJS 12 support and to reverse a noisy CSS import deprecation warning
See original GitHub issuePlease update node-sass to 4.11.0. That version is currently in pre-release while 4.10.0 is latest
, so I expect this issue to hang around for a bit. I’ll have a small PR for this shortly.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:13
- Comments:5
Top Results From Across the Web
Support for node-sass (4.12) version that is compatible with ...
Current node-sass (4.11.0) version is incompatible with node 12.1.0 Here is my recent Travis CI failed build.
Read more >4.12.0 - node-sass - npm
Start using node-sass in your project by running `npm i node-sass`. There are 12478 other projects in the npm registry using node-sass.
Read more >Error: 'node-sass' version 5.0.0 is incompatible with ^4.0.0
node-sass v5.0.0,. Then I tried to import a blank .scss file to the App component: File App.js. import ...
Read more >Changelog - Cypress Documentation
Cypress dropped support for Node.js 12, 15 and 17. ... Visually warn in the Command Log when the cy.session() command fails to restore...
Read more >Node Sass does not yet support your current environment
I guess this could work either way, but it is more likely that your node-sass version is behind; which is nice, because I...
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
At some point in the last three months, node-sass@4.11.0 has been promoted from beta to latest. @dlmanning, would you be able to review the associated PR, please? Thank you!
It would allow
gulp-sass
, amongst other changes innode-sass > 4.8.3
, to finally be able to import.css
files.Currently the
@import
statements that contain.css
file references end up in the built file as@import url ('path/to/example.css')
instead of having their contents copied into the built file. I think it would be great to have this out of the box forgulp-sass
.