Hello,
Setup:
Robot version is in Virtual Machine (2020.6)
Studio version is in local physical laptop (2020.4)
Whenever, I edit the workflow in the studio version and I tried to open the same (shared) project folder in the virtual machine as read-only, the robot wasn’t able to download the correct packages for the default ones like Click, Comment etc. In this case, what I have to do is to copy the current packages installed in the project.json file and then delete it. Re-open the Main.xml file and then allow the robot studio to generate the project.json file. I paste the correct dependencies again into the new project.json file again and then finally, the robot would be able to read off the workflows and activities.
I am wondering if anyone is experiencing the same thing and if they have any solutions/preventions for this to happen. Thanks!