[FIX JENKINS-33698] NodeJS plugin npm install without root permissions - #13
[FIX JENKINS-33698] NodeJS plugin npm install without root permissions#13nfalco79 wants to merge 2 commits into
Conversation
For NodeJS >= 6.x version the "prefix" variable is relocated to local installation tools folder as previous version. This settings could be override using the npmrc file hierarchy. If a prefix variable is already present in the default settings of local installation is kept.
|
When is this going to be merged and published? this is currently a blocker on my project. |
|
I've not proceed to merge this fix and the reason is that the master branch code has update the way to contribuite environment variables. That is cool but if a new release will be released the plugin will not work if the EnvInject plugin was installed. But you have reason. I could ask to merge this fix in master but no release new one untill EnvInject will resolve this PR |
|
Maybe you are already aware of this, but the plugin parent pom already contains maven profiles for the Just Fyi ... maybe it does not help you !! |
|
I use tfennelly, thank for the tips |
|
This PR is not needed. |
For NodeJS >= 6.x version the "prefix" variable is relocated to local
installation tools folder as previous version. This settings could be
override using the npmrc file hierarchy. If a prefix variable is already
present in the default settings of local installation is kept.