chrome-extension-boilerplate-react
chrome-extension-boilerplate-react copied to clipboard
Using Sass instead of sass-node in package.json
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).
deeply agree, sass-node is totally shit
Agree!
Agree!
sass - npm https://www.npmjs.com/package/sass
Agree!
Yes, I also find issues with this.
done!