[Solved] Syntax Error: TypeError: this.getOptions is not a function

sass install errror: Syntax Error: TypeError: this.getOptions is not a function

The reason for this is that the version installed is too high.

uninstall: npm uninstall node-sass sass-loader -D
then install the low-version: npm i -D node-sass@4.x sass-loader@8.x

Read More: