srs / gradle-node-plugin

Gradle plugin for integrating NodeJS in your build. :rocket:
Apache License 2.0
866 stars 211 forks source link

Unable to use the npm set using setting environment PATH variable #302

Open kyyash opened 6 years ago

kyyash commented 6 years ago

Unable to use the npm set using setting environment PATH variable with this plugin.

  1. How to append a local node & npm distribution directory to PATH environment variable from gradle so that this plugin will run npm commands using the local node mentioned in PATH env variable.