Record stepped pit - installed node-sass run error TypeError: this.getResolve is not a function at Object.loader

Error as follows:

TypeError: this.getResolve is not a function
    at Object.loader (/Users/lizhao/Desktop/gauss/node_modules/sass-loader/dist/index.js:52:26)

the reason

sass-loader version is too high

Solution

Will "sass-loader": "^8.0.0", replaced"sass-loader": "^7.3.1"

Guess you like

Origin www.cnblogs.com/superlizhao/p/12157619.html