Module build failed: ModuleBuildError: Module build failed: Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (79)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.9.0
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.9.0
Five possible solutions:
- Delete node_modules
rm -fr node_modules
- Update
npm update node-sass
- Rebuild
npm rebuild node-sass
- Uninstall and install
npm uninstall node-sass && npm install node-sass
- package.json
"sass-loader": "^7.1.0"
Categorieën
macOS