nodeのバージョン上げたらビルドこけた
nodeのバージョンを上げたらエラーが起こってビルドがコケていたので備忘録。
ターミナルのエラー文見ると下記が表示されていた。
Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 12.x
node-sass
が何やら大切な物を見つけられないでいるみたいです。
This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass` to download the binding for your current environment.
続けてエラー文を見ていきます。
すると、環境が変わった時に起こる現象らしく、npm rebuild node-sass
コマンドを打て、と言われています。
npm run rebuild
解決!
Author And Source
この問題について(nodeのバージョン上げたらビルドこけた), 我々は、より多くの情報をここで見つけました https://qiita.com/ShinyaOkazawa/items/06317c6b005e19802327著者帰属:元の著者の情報は、元の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 .