Project dependencies/packages are missing

Hi, i’ve built a robot where i used form activity package, web api package and get last modified activity package. The robot is working fine. Now whenever i’m opening the robot in another computer the packages are missing and each time i open the robot in another computer i’ve to reinstall the packages. Can anyone support how to solve this?

When you add packages to your project the assemblies of these packages are by default stored on :
C:\Users\<USERNAME>\.nuget\packages.

So yes!

If you are opening the project in another machine or logging with another user you will need restore the packages in order to it be downloaded again for the other user/machine.