Open julioz opened 3 years ago
gulp-sass is deprecated and there will be no support for new versions of NodeJS.
We should replace it with a more modern alternative, ideally one that also does not depend on a deprecated version of node-gyp - which relies on Python 2 (EOL).
node-gyp
Another option would be to upgrade node-sass to v5.0.0, that supports Python 3.
node-sass
@DragonRider0o0 Sorry for the direct ping, but this is heavily preventing our engineers' productivity. Are there plans to upgrade support to Python 3?
It looks like this is being addressed by #831
gulp-sass is deprecated and there will be no support for new versions of NodeJS.
We should replace it with a more modern alternative, ideally one that also does not depend on a deprecated version of
node-gyp
- which relies on Python 2 (EOL).Another option would be to upgrade
node-sass
to v5.0.0, that supports Python 3.