eirslett / frontend-maven-plugin

"Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.
Apache License 2.0
4.23k stars 867 forks source link

frontend not uses the latest gulp-cli #913

Open Zardoz89 opened 4 years ago

Zardoz89 commented 4 years ago

frontend-maven-plugin uses gulp-cli from "node_moules/gulp/node_modules" .

Why this is a problem ? Well, it not allow to use the latest version of gulp-cli that supports using ES6 modules on gulpfiles.

What is the expected behavior?

Should try first to use "node_moules/gulp-cli". If isn't found, then should use the gulp-cli included with gulp, like actually does.