I\'ve been using gulp-watch. The current version of gulp-watch relies on the call gulp.parrallel. This call is only available from gulp 4.
However gulp 4 is not avai
I solved the issue by running:
which gulp
rm -rf /usr/local/bin/gulp
npm i -g gulp