Currently using "node-sass": "4.14.1" version in package.json. Below is the error I am getting while building.
ERROR in ./node_modules/css-loader!./node_modules/sass- 
loader/..../toastr.scss
Module build failed: Error: Node Sass does not yet support your current environment: Linux 64-bit 
with Unsupported runtime (88)
Below is what I have tried.
Did uninstall and reinstall of node-sass, ran npm rebuild node-sass also removed package-lock.json and ran npm update and then npm cache clean --force
I have also tried using node-sass version "^5.00" still it shows up the same issue. How to resolve this issue
 
    