- Get started
- Best practices
- Capabilities
- Skills
- CLI
- Examples
- Examples overview
- Recipe: build an agent
- Recipe: automate with RPA
- Recipe: enter data into a web app
- Recipe: extract data from a desktop app
- Recipe: refactor and test a workflow
- Recipe: a queue-based process with REFramework
- Recipe: build a Maestro Flow
- Recipe: coded app and API workflow
- Recipe: verify a release with Test Manager
- Recipe: extract data from documents with IXP
- Advanced
- Help
- Troubleshooting and FAQ
Solutions for common setup and runtime issues with the uip CLI and UiPath skills, including installation failures, login problems, and unrecognized skills.
This page lists the issues people hit most often when setting up and using UiPath for Coding Agents, organized by the symptom you see.
The installer fails partway through
If the one-liner stops with an error, read the message on screen — the installer writes its status and errors to the terminal.
- If a single runtime failed, re-run the installer. Each step is idempotent and skips what already succeeded.
- If you do not need the .NET SDK or Python yet, re-run with
--skip-runtimesto get the CLI and skills in place first.
npm returns a 403, 404, or timeout error
If installation or an update fails while retrieving an @uipath package, confirm that your npm client or internal repository can reach the public UiPath package scope. Allowing only @uipath/cli is not sufficient because the CLI retrieves skills and capability-specific supporting packages as needed.
See Restricted networks and internal npm registries for the required scope, registry endpoint, configuration, and verification commands.
"uip: command not found" after installing
If uip is not recognized, your PATH has not picked up the new install.
- Open a new terminal so the updated
PATHtakes effect. - Run
uip --helpagain to confirm.
uip login does not complete
If the browser does not open or the login does not finish:
- Confirm you can reach your UiPath environment in a browser.
- If you use an environment other than
cloud.uipath.com, pass it explicitly:uip login --authority "https://your-environment". - If the wrong tenant is selected, run
uip login -itand choose the correct one.
Your agent does not seem to use the skills
If your coding agent acts as though it does not know UiPath:
- Confirm the skills installed by running
uip skills installagain. - Confirm your agent is one of the supported ones (see Choosing your agent).
- Restart your coding agent so it reloads its installed skills.
A runtime is missing when you build
If a build fails because Node.js, the .NET SDK, or Python is missing, re-run the installer without any skip flags so it installs the runtimes it previously skipped.
Getting more help
For deeper investigation, your coding agent can use the uipath-troubleshoot skill to diagnose a specific failure. To report a bug or suggestion, ask it to use uipath-feedback, or run the feedback command directly.