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

An error is reported when Vue scaffold is started

The reason is that the installed version of less is too high.

The solution is to uninstall and reinstall the specified lower version

npm uninstall less less-loader
npm install  [email protected]  [email protected]  --save-dev

Similar Posts: