LoginSignup
5
5

More than 5 years have passed since last update.

gulp実行エラー Warning: gulp version mismatch の対応

Posted at

$ gulp update
[10:31:22] Warning: gulp version mismatch:
[10:31:22] Global gulp is 3.9.0
[10:31:22] Local gulp is 3.8.11

$ gulp -v
[10:39:05] CLI version 3.9.0
[10:39:05] Local version 3.8.11

$ npm install gulp@3.9.0 --save

5
5
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
5
5