[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 [email protected] [email protected]

Read More: