1
0

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.

`no gulpfile found` の解決法

Posted at

私の事象

gulp -f のコマンドを打つと、
no gulpfile found と怒られる

私の解決法

sudo npm install -g gulp
でgulpを入れ直した。

この時バージョンが2系から 3.9.1 になった。

2018/09/13現在

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?