When i use :
$ yarn run production
I get this error (for each .scss files present in the project) :
ERROR in ./resources/assets/sass/guest.scss Module build failed: ModuleBuildError: Module build failed: Error: Missing binding /app/node_modules/node-sass/vendor/linux-x64-48/binding.node Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 6.x
Found bindings for the following environments: - Linux 64-bit with Node.js 12.x
What i tried :
$ npm rebuild node-sass
$ npm rebuild node-sass --force
$ rm -rf package-lock.json
$ rm -rf node-modules
$ npm install
But i get the same error, anyone have an idea ? Thank you !