LoginSignup
0
0

More than 1 year has passed since last update.

npm アップデート:Bootstrap 5 で sass エラー

Last updated at Posted at 2022-11-11

問題

npm アップデートし、Sass コンパイルしようとすると以下のエラーが発生
"Deprecation Warning: $weight: Passing a number without unit % (100) is deprecated."

原因と解決方法

/ を使っての計算が廃止された sass 1.56.0 にアップデートしたことが原因。v1.55.0 にダウンデートすることで暫定的に解決した。
v5.3.0 でフィックスされる予定とのこと。

参照

0
0
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
0
0