FunctionsRun commandOn this pageRun commandMakes the user execute a command in the terminal.UsagerunCommand(command);So on the command you need to put a string.Exampleconst { runCommand } = require("argonium/lib");runCommand("npm install argonium");Should executenpm install argonium