Gatsby.js 【Node Sass version 5.0.0 is incompatible with ^4.0.0.】 エラーの対処法
Gatsby.jsの下記エラーの対処法です。
【gatsby-plugin-sass】導入時に発生しました。
error Generating development JavaScript bundle failed
Node Sass version 5.0.0 is incompatible with ^4.0.0.
node-sassのバージョンを下げることで解決
node-sassのバージョンを下げることで解決することができました。
# npm
npm uninstall node-sass
npm install [email protected]
# yarn
yarn remove node-sass
yarn add [email protected]
Author And Source
この問題について(Gatsby.js 【Node Sass version 5.0.0 is incompatible with ^4.0.0.】 エラーの対処法), 我々は、より多くの情報をここで見つけました https://qiita.com/TK-C/items/c501e631494d11d5d6d2著者帰属:元の著者の情報は、元の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 .