2

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

Matarishvan
  • 2,382
  • 3
  • 38
  • 68

1 Answers1

4

Looks like sass-loader released an update (10.0.5) to support node-sass v5 https://github.com/webpack-contrib/sass-loader/pull/899

nschonni
  • 4,069
  • 1
  • 28
  • 37