gulp実行時エラーの解決法
node.jsのバージョンをあげたことにより、gulpを走らせるとエラーになることが度々あった。
1、node_modulesを削除して「npm install」し直す。
↑その後gulpで動きはするが、PC再起動後などに再びエラーが発生することがあるので、2の方法も試す。
2、「npm rebuild node-sass」してsassをビルドし直す。(例としてnode-sassを出したが、つまりverが古そうなパッケージをrebuild)
Author And Source
この問題について(gulp実行時エラーの解決法), 我々は、より多くの情報をここで見つけました https://qiita.com/aaaaaaaaaaaaaaaaaaaaaaaaaaa/items/9d8124fb772680ef0aa1著者帰属:元の著者の情報は、元の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 .