下記のようなエラーが発生
[plugin:vite:css] Preprocessor dependency “sass” not found. Did you install it?
参考記事
下記のコマンドのみで解決しました。
npm install --save-dev sass
Go to list of users who liked
More than 1 year has passed since last update.
下記のようなエラーが発生
[plugin:vite:css] Preprocessor dependency “sass” not found. Did you install it?
参考記事
下記のコマンドのみで解決しました。
npm install --save-dev sass
Register as a new user and use Qiita more conveniently
Go to list of users who liked