I used MAMP Pro for years in my local dev environment, and project worksheet commands (such as, to invoke js-beautify, netlify, and wrangler) worked fine. MAMP Pro's rough edges finally got to me, though, and I switched to Servbay, which in many cases seems to be a superior local environment.
However, even though I have PHP, Python, Node, Rust, and Go installed, worksheet commands that used to allow me to upload files to Netlify or Cloudflare, as well as format JavaScript and JSON files, no longer work. When I try to invoke them, I get either a "js-beautify not found" or "node not found" console error.
I don't mind (too much) having to copy-paste the upload commands, but I miss the JavaScript formatting.
I read the BBEdit documents, tried adding aliases and paths to my .zshrc file, putting the commands in worksheets, trying different command-line syntaxes, etc., but either I'm missing something or this is simply not possible to do, even though the commands do work just fine from the command line.
Anyone else run into this and come up with a solution?