There is a need to put Sass into the project on React and the problem here is: when the project starts, it gives an error:
Module build failed: Error: `sass-loader` requires `node-sass` >=4. Please install a compatible version. In this case, I have everything installed:
"node-sass": "^4.8.3", "sass-loader": "^7.0.1", In the config registered the following:
{test: /\.scss$/,include: paths.appSrc,loaders: ['style-loader', 'css-loader', 'sass-loader']} What could be the error, do not understand at all. I really hope for you!