Packages disappearing

Hello Guys

I newly havecomunity version of UiPath. Im learning with activities( etc. and its really interesting, however I run to a problem. Everytime I start new process all my packages disspaear, only UiPath.system.activities remain.

I found this solution in forum
" Looks like your running the installer (from the downloaded .exe file )which overrides the AppData folder and starts UiPath Studio. Hence you need to install all the package each time.
Please follow up this.
Navigate to this folder %AppData\Local\UiPath\app-2016.2.*\UiPathStudio.exe and create a shortcut on desktop and launch from there"

However its not working for me because I dont have any UiPath file In local file.

So my question is, can I fix it with any other way (reinstall etc.)?

Hi @michalhyza12

You can check the packages location just click on manage packages & then click on settings. Check if the packages are there or not. You can update this path also in the same window.

Hope this helps :slight_smile:

Yep! I change the path to and Its working now.

But In Mail.Activities its showing that “package version not found in any feed”

Hey @michalhyza12 yes in the new update of 2025 community version if you start any new process then you only get System.Activities package in the Dependecies.so if you need any package you have to install that particular package from the Manage Package. then you can use the Activity.

@michalhyza12

Remove the packages & re-install the package again from manage packages.

You need to add the offical feed again

https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json

ref- Package not found in any feed in UiPath

Hi @michalhyza12
You can try to reinstall properly with local files and before that you can take the backup of project.json file. Try this it might be helpful

This is an expected behavior. Starting Studio version 2025+, Every new project will have only the System package. You will have to install all other packages as per need.

If you want some packages should be available always for new project, just create a project template install the packages required. Use this template for your all new projects.

1 Like