"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.26k
stars
869
forks
source link
Node zombie processes left after mvn completes #718
Do you want to request a feature or report a bug? bug
What is the current behavior? running
mvn install
results in node zombie processes. one for eachnpm
task in my pomIf the current behavior is a bug, please provide the steps to reproduce.
1) create a project with
npm
processes2) run
mvn install
3) find node zombies:
What is the expected behavior? all node processes are terminated after completion
Please mention your frontend-maven-plugin and operating system version. frontend-maven-plugin version: 1.6 os version: Windows 10 Version 1709