I have a utility script that imports some data from an external source. How can I run this from the Glitch terminal?
I expected node import.js
to work, but there’s no node command (“command not found”).
I know I could create a client endpoint to invoke the server code, but it would just be much easier if I could do it from the terminal.