-
Notifications
You must be signed in to change notification settings - Fork 380
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
Outdated node-sass is incompatible with node 12 #759
Comments
I'm getting this in Visual Studio 2019 16.5.0 when I do this in my Gulpfile.js (using "gulp": "4.0.2" and "gulp-sass": "4.0.2",:
|
In my brief test, bumping the node-sass dependency to 4.13.1 did not break anything. |
@harski I have never touched package-lock.json. Is this where you have bumped node-sass to 4.13.1? (sass / node-sass / releases: https://github.com/sass/node-sass/releases) |
@mmunchandersen I put |
thanks @harski it appears to have solved my issue too |
This can also be fixed by both bumping the internal version or by allowing the compiler to be passed in as an argument via #748. |
Hey,
The node-sass dependency needs to be updated as node-sass won't run with the current version of node (12+).
The text was updated successfully, but these errors were encountered: