LoginSignup
0
0

More than 3 years have passed since last update.

saasを導入するコマンド

Last updated at Posted at 2021-05-17

saasをインストールして

npm install sass-loader node-sass --save-dev

style タグに以下のように記述します

<style scoped lang="scss">

nodeのバージョンが関わるエラーが発生した場合は、バージョンを下げる必要があります。
以下のサイトを参考にして、バージョンを管理する必要があります。

*Module build failed: TypeError: this.getResolve is not a function

*Node Sass version 5.0.0 is incompatible with ^4.0.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