Senario
I recently upon running an Ionic 3 app, updated (well accidentally) the Ionic CLI version. Now upon running the build from command line, it produces the following error every time and halts the build:
In the error message it says to disable the gulp integration by running the command ionic config set gulp.enabled false
which I did. But still getting the same error. I also tried to add the command to the start
script of package.json
to no avail (not needed though since it seems the config is set globally).
Any help would be appreciated.