You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: