2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

gulp実行時エラーの解決法

Last updated at Posted at 2018-05-24

node.jsのバージョンをあげたことにより、gulpを走らせるとエラーになることが度々あった。

1、node_modulesを削除して「npm install」し直す。
↑その後gulpで動きはするが、PC再起動後などに再びエラーが発生することがあるので、2の方法も試す。

2、「npm rebuild node-sass」してsassをビルドし直す。(例としてnode-sassを出したが、つまりverが古そうなパッケージをrebuild)

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?