chrome-extension-boilerplate-react icon indicating copy to clipboard operation
chrome-extension-boilerplate-react copied to clipboard

Using Sass instead of sass-node in package.json

Open elton-lau opened this issue 2 years ago • 5 comments

Problem Library sass-node is now depreciated (https://sass-lang.com/blog/libsass-is-deprecated) and it contains pre-requisites (e.g. Python, Visual Code) that sometimes the simple npm install cannot be executed well.

Suggestion Remove sass-node and replace with Sass (https://www.npmjs.com/package/sass).

elton-lau avatar Mar 22 '22 13:03 elton-lau

deeply agree, sass-node is totally shit

amehito avatar Apr 10 '22 13:04 amehito

Agree!

shoeferlin avatar Jul 14 '22 11:07 shoeferlin

Agree!

sass - npm https://www.npmjs.com/package/sass

fhefh2015 avatar Aug 09 '22 00:08 fhefh2015

Agree!

dyingg avatar Oct 03 '22 13:10 dyingg

Yes, I also find issues with this.

joshbickett avatar Oct 09 '22 13:10 joshbickett

done!

lxieyang avatar Jan 15 '23 03:01 lxieyang