Sass(TypeError: this.getOptions is not a function)
エラー
TypeError: this.getOptions is not a function
環境
Node.js v16
nuxt.js v2.15
node-sass v5.0
nuxt.js 初期の設定で <style lang="scss">
を使おうとすると出る。
解決方法
sass-loader
のバージョンを下げる
npm install -D [email protected]
yarn add -D [email protected]
そもそも
node-sass
が古いようで、みんな. sass(dart sass)
使ってるらしい。
参考記事
Author And Source
この問題について(Sass(TypeError: this.getOptions is not a function)), 我々は、より多くの情報をここで見つけました https://qiita.com/DaisukeNishi/items/fb08ed9c1da5f4a83195著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .