srs / gradle-gulp-plugin

Gradle plugin for running Gulp tasks
70 stars 9 forks source link

Added support for the NODE_PATH environment variable #22

Open chrisruddick opened 7 years ago

chrisruddick commented 7 years ago

Nodejs provides optional support for the NODE_PATH environment variable to resolve the optional location(s) of the node_modules directory. This feature provides support for the NODE_PATH environment variable after the local node_modules directory is checked for the gulp executable. This will allow the plugin to resolve the gulp executable in alternate locations, such as a globally installed gulp instance outside of the current project.