Node Sass does not yet support your current environment: Linux 64-bit with false

前端 未结 19 1696
悲&欢浪女
悲&欢浪女 2020-12-02 11:27

Getting this error on Arch Linux with node-sass. I\'m using it with gulp-sass.

Node Sass does not yet support your current environment: Linux 64-bit with fal         


        
19条回答
  •  -上瘾入骨i
    2020-12-02 12:18

    As of July 2019 with Node v12 -

    node-sass v4.11.0 doesn't work with Node 12.

    I faced this problem when I upgraded node to v12.

    Rebuilding node-sass as suggested by the other answers didn't work as well.

    Upgrading node-sass to v4.12.0 fixed it for me.

    npm install node-sass@4.12.0

提交回复
热议问题