Error Messages:
ERROR Failed to compile with 1 error AM11:47:18
error in ./src/assets/styles/fat.scss
Syntax Error: Error: Node Sass does not yet support your current environment: Windows 64-bit withFor more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.14.1@ ./src/assets/styles/fat.scss 4:14-291 15:3-20:5 16:22-299
@ ./src/main.js
@ multi ./node_modules/[email protected]@webpack-dev-server/client?http://192.168.30.251:80&sockPath=/sockjs-node (webpack)/hot/dev-server.js ./src/main.js
Solution:
The node scss version does not match the current environment and needs to be uninstalled and reinstalled
Uninstall command: npm uninstall –save node-sass
Install command: npm install –save node-sass
Read More:
- [Solved] Node sass version 7.0.0 is incompatible with ^ 4.0.0 | ^ 5.0.0 | ^ 6.0.0
- [Solved] Syntax Error: TypeError: this.getOptions is not a function
- [Solved] Syntax Error: Error: Node Sass does not yet support your current environment: OS X Unsupported archi
- NPM run dev runs the Vue project and reports an error: Node Sass does not yet support your current environment
- Vue Use scss Error: this.getOptions is not a function [How to Solve]
- [Solved] Syntax Error: TypeError: this.getOptions is not a function
- Vue installs sass loader directly, and node sass reports an error
- [Solved] Vue Error: Module build failed Error Node Sass version 6.0.1 is incompatible with ^4.0.0.
- [Solved] Error: ENOENT: no such file or directory, scandir ‘..\node_modules\node-sass\vendor‘
- [Solved] Syntax Error: Error: Node Sass does not yet support your current environment: Windows 64-bit with
- [Solved] Syntax Error: Error: Loading PostCSS Plugin failed: Cannot find module ‘autoprefixer‘
- [Solved] VUE npm install Error: Module build failed: Error: ENOENT: no such file or directory, scandir
- [Solved] Vue Project Error: Syntax Error: TypeError: this.getOptions is not a function
- [Solved] Vue Project Error: Module build failed: Error: Missing binding
- [Solved] start value has mixed support, consider using flex-start instead
- How to Solve Vue cli configuration SCSS global variable error
- [Solved] This.getoptions is not a function when installing sass loader and less loader
- [Solved] SyntaxError: Cannot use import statement outside a module
- Error: Rule can only have one resource source (provided resource and test + include + exclude)
- [Solved] scss Error: TypeError: this.getOptions is not a function