npm Task fails to extract proper path to node from defined Executable

Issue #37 new
Jeff Blaine created an issue

We have the following capabilitiy defined:

#!

Capability type: Executable
Executable label: NodeJS 0.12.7
Path: /bamboo-agent-home/node-v0.12.7-linux-x64

When adding an "npm" task to a plan, it offers "NodeJS 0.12.7" as the executable. So far so good.

However, when the task is run, we get the following error:

#!

Unable to find executable at /bamboo-agent-home/npm. Will try to run it anyway.

The npm task should obviously be trying to use /bamboo-agent-home/node-v0.12.7-linux-x64/bin/npm

Comments (2)

  1. Log in to comment