-
Bug
-
Resolution: Not A Defect
-
Trivial
-
None
-
Docker LTS deployed in Kubernetes, container-based build only
I am unable to get nodejs-plugin to pickup node installation from https://hub.docker.com/_/node (using version 8-jessie, migrating legacy app). Inside the image the binary is located at /usr/local/bin/node, I am trying to use /usr/local/bin or /usr/local as a tool installation path but it always results in "Couldn’t find any executable in ..." error.
Ideally I'd like to be able just to omit nodeJSInstallationName so that system default node is used.