"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.
Summary
If the "provided" npm version is used, the binaries are not copied into the node directory so they aren't in the path for npm executions started from the plugin. For example, the prebuild in the example project calls npm install which will use the system npm rather than that installed for the porject. This is experienced by reporters of #458 and #860.
Tests and Documentation
Modified existing node-provided-npm integration test.
The example test is failing due to some phantomjs error and is apparently unrelated.
Summary If the "provided" npm version is used, the binaries are not copied into the node directory so they aren't in the path for
npm
executions started from the plugin. For example, theprebuild
in the example project callsnpm install
which will use the system npm rather than that installed for the porject. This is experienced by reporters of #458 and #860.Tests and Documentation Modified existing node-provided-npm integration test.
The example test is failing due to some phantomjs error and is apparently unrelated.