I\'m searching it in google on how to show the version of node js or how I\'m gonna work with npm? If I do this
npm -v
even I already inst
I was getting this env: node: No such file or directory error when running the job through Jenkins.
env: node: No such file or directory
What I did to fix it - added export PATH="$PATH:"/usr/local/bin/ at the beginning of the script that Jenkins job executes.
export PATH="$PATH:"/usr/local/bin/