How to run published workflow (nupkg) on another machine using command line (Uirobot.exe)?

I’ve already published the workflow as a .nupkg file locally. Then I sent this file to my teammate. He ran it using the command line but received the following error:

System.Exception: Failed to install package '{pkg name}'
 ---> System.Exception: NU1101: Unable to find package {pkg name}. No packages exist with this id in source(s): {pkg location}. PackageSourceMapping is enabled, the following source(s) were not considered: Connect, https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json, Local, nuget.org, Official.

How can I fix this?

hi Ivan,

Hope this help

1 Like

@Anonymous_iL

Did you add the package to local package source?

Cheers

oh no, how to add to local package source?

@Anonymous_iL

Generally this is the location

%ProgramFiles%\UiPath\Studio\Packages

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.