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.21k stars 867 forks source link

Add warning if determination of node version fails #1031

Closed kelunik closed 1 year ago

kelunik commented 2 years ago

Summary

We're currently facing an issue on macOS, which always installs node again, because it can't execute it correctly. Manual invocation of <path>/node --version works as expected. This will hopefully help to debug this.

eirslett commented 1 year ago

Thanks!