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

前端 未结 19 1691
悲&欢浪女
悲&欢浪女 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条回答
  •  自闭症患者
    2020-12-02 12:10

    I don't know if this applies here, but for me, I just removed node_modules and reinstalled (npm install). Issue was fixed.

提交回复
热议问题