Module build failed: Error: Node Sass version 6.0.0 is incompatible with ^4.0.0.
npm run dev prompts the following error
Module build failed: Error: Node Sass version 6.0.0 is incompatible with ^4.0.0.
Reason: node-sass version is too high, uninstall and reinstall the lower version
1. Uninstall: npm uninstall node-sass
2. Installation: npm install [email protected]
3. Run: npm run dev
Similar Posts:
- Module build failed: TypeError: this.getResolve is not a function at Object.loader node-sass Install Error
- [Solved] Error:Node Sass version 6.0.0 is incompatible with ^4.0.0
- Use sass and less in Vue and solve the problem of error reporting (this. Getoptions is not a function)
- How to Solve Error: ENOENT: no such file or directory, scandir ‘..\node_modules\node-sass\vendor’
- NPM run dev Error: this.getOptions is not a funtion
- Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 7.x
- [Solved] Module build failed: from ./node_modules/mini-css-extract-plugin/dist/loader.js
- Mac uniapp Compile Error: sass-loader [How to Solve]
- Node sass installation error [How to Solve]
- [Solved] Found bindings for the following environments: Windows 64-bit with Node.js 8.x