Module build failed: Error: `sass-loader` requires `node-sass` >=4. Please install a compatible version

前端 未结 9 1631

Can you help me? I got this error when I hit ng s

ERROR in ./src/styles.scss (./node_modules/raw-loader!./node_modules/postcss-loader/lib??embedded!./node_modul         


        
9条回答
  •  轮回少年
    2021-02-19 10:19

    Try rebuilding node-sass using npm rebuild node-sass and check if that fixes your issue.

提交回复
热议问题