Hi, I am not able to install npm install -g @uipath/cli to my machine, getting a proxy error there. I tried to change the proxy settings as well but still no solution solution so far.
I asked LLM as well and go the following steps
On a machine where internet works:
npm pack @uipath/cli@latest
This will create a file like:
uipath-cli-x.x.x.tgz
Copy that .tgz file to your office/corporate machine, for example:
C:\Temp\uipath-cli-x.x.x.tgz
Then install it there:
npm install -g C:\Temp\uipath-cli-x.x.x.tgz
Verify:
uip --version
uip --help
Then login:
uip login
Then install the coding-agent skills, for example for Codex:
uip skills install --agent codex
I want to use it for along with KIRO, can anybody suggest what needs to be there and are these steps right as it didn’t work for me.
uipath-cli-1.195.0.tgz.zip (761.8 KB)