Answers for "vuejs sass Syntax Error: TypeError: this.getOptions is not a function"

3

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

# It seems like [email protected] doesn't work with [email protected].

# I installed [email protected] and it worked like a charm again.
# In terminal:
yarn remove sass-loader
yarn add [email protected]
yarn serve
Posted by: Guest on March-29-2021

Code answers related to "vuejs sass Syntax Error: TypeError: this.getOptions is not a function"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language