Open
Description
Using the task instead of the script might seem advantageous but if you don't specify the requirements that the machine functioning as the agent pool must have then it makes no sense.
Below are the commands I used to finally deploy after hours and hours of attempts in a Ubuntu 22.04 agent pool self-hosted machine:
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs
sudo chown -R $(whoami):$(whoami) /usr/local/lib/node_modules
sudo chown -R $(whoami):$(whoami) /usr/bin
Metadata
Metadata
Assignees
Labels
No labels