googlecodelabs / tools

Codelabs management & hosting tools
Apache License 2.0
4.23k stars 1.14k forks source link

Dependency on gulp-sass #559

Open julioz opened 3 years ago

julioz commented 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).

Another option would be to upgrade node-sass to v5.0.0, that supports Python 3.

julioz commented 2 years ago

@DragonRider0o0 Sorry for the direct ping, but this is heavily preventing our engineers' productivity. Are there plans to upgrade support to Python 3?

augustweinbren commented 1 year ago

It looks like this is being addressed by #831