In my angular 6 application we are using node-sass library 4.9.3. I am trying to do ng build, it gives me an error,
Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (93) For more information on which environments are supported please see: https://github.com/sass/node-sass/releases/tag/v4.9.3
I tried a solution which says to download 'win32-x64-83_binding.node' and do npm install node-sass@4.9.3 --SASS_BINARY_PATH= ../win32-x64-83_binding.node
Still doesn't work and do ng build successfully. How can we resolve node-sass library issue in Angular.