While trying to ng serve
I keep getting the same error message.
Module build failed (from ./node_modules/sass-loader/lib/loader.js):
@extend i.skinny_arrow;
^
Compound selectors may no longer be extended.
Consider "@extend i, .skinny_arrow" instead.
See https://sass-lang.com/documentation/at-rules/extend#disallowed-selectors for details.
I have tried using npm rebuild node-sass
because it seems to be a sass issue of some kind but rebuilding it did nothing. Things to note are that three people (one who is running linux and two who are running macOS) are able to run the same code without any issue. However, I'm running windows and it refuses to work. Also I'm running node-sass version 4.13.1 and libsass version 3.5.4.