NodeJS Incorrectly detected as server capability

Issue #14 invalid
Jan Vansteenkiste created an issue

Due to the fact we need to specify the directory to the path which contains nodejs, npm, ..., All bamboo agents detect that they have nodejs installed (since /usr/bin for example is a fairly common folder)

Comments (2)

  1. Jason Berry

    You should specify the full path to the node executable, e.g.:

    • /usr/bin/node
    • C:\Program Files\Node.js\node.exe
  2. Log in to comment