Recently I reinstalled my windows and my project folder got deleted too (obviously)
Today I wanted to continue working on my things and to get inside project I cloned the repository from github using VSCode, then I opened the project from the folder
I have rokit and everything installed (including Rojo extension inside VSCode)
When I try to add rojo with rokit, it says that there's already rojo installed in project folder (which is true)
But when I try to do "rojo serve" it throws me error that this object is not found or doesn't exist. I tried to reinstall it through rokit, but rokit says that "Tool already exists and can't be added". It also told me to remove or update the rojo. Updating couldnt help, so I tried reinstalling rojo.
And the most funny thing: "remove" command doesnt exist in rokit, yet it tells me to use it 💀
PS C:\Users\andre\Documents\RobloxProjects\HULLBREACH> rokit add rojo
ERROR Tool already exists and can't be added: rojo-rbx/rojo
- To update the tool, run `rokit update rojo-rbx/rojo`
- To remove the tool, run `rokit remove rojo-rbx/rojo`
PS C:\Users\andre\Documents\RobloxProjects\HULLBREACH> rokit remove rojo-rbx/rojo
error: unrecognized subcommand 'remove'
Usage: rokit.exe [OPTIONS] [COMMAND]
For more information, try '--help'.
Maybe I'm blind? It's my first try ever to open the project again, I've never done it before. Is there some steps I missed?