Got this error. Now I am unable to drag and drop any activities.
Hi @Nelson.R
The error message “NU1801: The local source ‘C:\Automations\UiPath Packages’ doesn’t exist” in UiPath indicates that the specified local source path for a NuGet package does not exist on your system.
This error can occur if you are trying to install a NuGet package from a local source and the specified path does not exist or is incorrect. To fix the error, you can try the following steps:
- Make sure that the local source path is correct and that it exists on your system. You can check the path by going to the specified location in Windows Explorer.
- If the path is correct, make sure that you have the necessary permissions to access the local source. You may need to run UiPath as an administrator or modify the permissions on the folder to allow access.
- If the path is incorrect, update the local source path in the NuGet Package Manager settings or in the
install.ps1
script to point to the correct location. - If the path exists but you are still getting the error, try clearing the NuGet cache by running the following command in the Package Manager Console:
nuget locals all -clear
Hello @Nelson.R
As the error suggests the custom package that you referred in the automation is not available in the local path.
Thanks