[SOLVED] Detected ./gulpfile.js in project directory, but to integrate gulp with the CLI, you'll need to install @ionic/cli-plugin-gulp. Install now?

I’ve got a gulffile.js in my project but to run local manual tasks I need to, not to be included in any compilation or build. Therefore, am I right to answer “no” to following question? and if so, is there a way to stop this question to pop up every time I run a ionic cli cmd (3.4)?

Detected ./gulpfile.js in project directory, but to integrate gulp with the CLI, you’ll need to install @ionic/cli-plugin-gulp. Install
now?

Check out the docs: https://github.com/ionic-team/ionic-cli/tree/master/packages/cli-plugin-gulp
Seems to look for specific tasks - if you don’t have these, there should be no problem. I would just install the plugin.

1 Like

thx @Sujan12, I did, seems ok like you said

1 Like