Build step fails when using exact syntax as the NodeJS plugin wiki page at https://plugins.jenkins.io/nodejs
tools {
nodejs 'name'
}
sh 'npm install' is called the output from Jenkins the result is:
+ npm install
env: 'node': No such file or directory
script returned exit code 127
Docker exec on npm produces the exact same error:
/var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node/bin/npm env: 'node': No such file or directory
- depends on
-
JENKINS-26583 Env-inject plugin suppress variables contributed by extension points
-
- Resolved
-
- duplicates
-
JENKINS-27170 "Provide Node & npm bin/ folder to PATH" not working for "npm install"
-
- Closed
-
- is duplicated by
-
JENKINS-44091 Use NodeJS in Pipeline
-
- Closed
-
[JENKINS-43593] NPM unable to locate node binary
Description |
Original:
Build step fails when using exact syntax as the NodeJS plugin wiki page at [https://plugins.jenkins.io/nodejs] tools \{ nodejs 'version_name' } sh 'npm install' is called the output from Jenkins the result is: + npm install env: 'node': No such file or directory script returned exit code 127 Docker exec on npm produces the exact same error: /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node/bin/npm env: 'node': No such file or directory |
New:
Build step fails when using exact syntax as the NodeJS plugin wiki page at [https://plugins.jenkins.io/nodejs] tools \{ nodejs 'name' } sh 'npm install' is called the output from Jenkins the result is: + npm install env: 'node': No such file or directory script returned exit code 127 Docker exec on npm produces the exact same error: /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node/bin/npm env: 'node': No such file or directory |
Link |
New:
This issue duplicates |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Link |
New:
This issue depends on |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |
Status | Original: Reopened [ 4 ] | New: Open [ 1 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Description |
Original:
Build step fails when using exact syntax as the NodeJS plugin wiki page at [https://plugins.jenkins.io/nodejs] tools \{ nodejs 'name' } sh 'npm install' is called the output from Jenkins the result is: + npm install env: 'node': No such file or directory script returned exit code 127 Docker exec on npm produces the exact same error: /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node/bin/npm env: 'node': No such file or directory |
New:
Build step fails when using exact syntax as the NodeJS plugin wiki page at [https://plugins.jenkins.io/nodejs] {code} tools { nodejs 'name' } {code} sh 'npm install' is called the output from Jenkins the result is: {code} + npm install env: 'node': No such file or directory script returned exit code 127 {code} Docker exec on npm produces the exact same error: {noformat} /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node/bin/npm env: 'node': No such file or directory {noformat} |
Link |
New:
This issue is duplicated by |
Resolution | Original: Duplicate [ 3 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |