-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Trivial
-
Component/s: nodejs-plugin
-
None
-
Environment: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.