Rojo Support - it's not working idk why

I have no idea why Rojo Rejects my requests whenever I run rojo serve, it mentions:

  • Suggestion [3,General]: The command rojo was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: “.\rojo”. See “get-help about_Command_Precedence” for more details.

rojo : The term ‘rojo’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path
is correct and try again.
At line:1 char:1

  • rojo serve
  •   + CategoryInfo          : ObjectNotFound: (rojo:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    
    

Thanks, any ideas? :slight_smile:

Have you installed the rojo plugin? If so:

from Rojo VSC & Studio plugin will not sync; powershell 'rojo' string not found · Issue #338 · rojo-rbx/rojo · GitHub

I have, yes so idk what the issue is:

Just press Start Server on the bottom right.

1 Like

Did you even read the post? He has an issue with starting the server, not needing instructions.

They just didn’t install the Rojo CLI.

I did, thank you.
This was his issue.

rojo : The term ‘rojo’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path
is correct and try again.

Did you read my post?
It clearly says that you can’t use the terminal if you installed the rojo plugin, which is what they did. They haven’t said that they installed the rojo for terminal.

Restart your editor, should reset the command prompt. If it doesn’t work, then I can’t figure out what the issue is.

That’s not the issue, no one tries to run a command that simply isn’t pre-packed with the editor, he must have installed it.

Well, let’s see what happens after they restart VSCode. If it still won’t work, then they have to install cargo & install the CLI using the command cargo install rojo.

2 Likes

Just noticed my mistake, sorry for the mishap.

1 Like