Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (88)

≯℡__Kan透↙ 提交于 2020-12-12 05:55:07

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/64645396/node-sass-does-not-yet-support-your-current-environment-linux-64-bit-with-unsup

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!