On 2024-04-22, Luca Leone <[email protected]> wrote:
> --51d7aa8ca551402d8b2dd0ebb50142e8
> Content-Type: text/plain
>
> Thanks again Kirill, top!
>
> Typing `$ mongo` in the terminal confirmed you're right of course: it starts 
> the interactive section with mongo db. Before asking here I typed `$ mongosh` 
> which is the command that works locally, but it does not on the server. I 
> guess it depends on the mongo version, locally I have version 7.0.2, on the 
> server version 4.4.2.
>
> Anyway, I need to improve my reading skills, it was all there in the mongo 
> docs! 

MongoDB Shell is a different thing, it's a node.js based program that
has some different features than the basic "mongo" CLI tool.

We don't have a good way to package software written in node (typically
it wants to fetch filea from the internet during build.)


-- 
Please keep replies on the mailing list.

Reply via email to