2
3

More than 3 years have passed since last update.

【Nuxt.js】sass-loaderでModule_build_faildのエラーが出た時の対策

Posted at

問題点

Nuxt.js で Sass 記法を使いたいため、node-sasssass-loaderをインストールしたが、エラーで動かない!

エラー内容

Module build failed: TypeError:

解決方法

以下をプロジェクト内で実行してください。
npm uninstall --save-dev sass-loader
npm install --save-dev sass-loader@7.1.0

偉大なる参考記事

こちらで議論されていた方法の結論部分だけまとめました。

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3