I’ve been using monday.com for a year or so and would now like to learn how to add new features by writing apps. I’m a total coding novice beyond some Excel VBA.
My warmest welcome to the community! Thanks for checking in with us here.
The app install command is not actually to be used within a Node environment, but is rather to be used within the terminal app.
It seems like your environment might not be set up for terminal commands, or you might just need to use the Terminal instead of putting the command in NodeJS. I’ve just tried to install this on my end, and had no issues, so I’m wondring if we can take a couple of steps to troubleshoot this further. Here’s what I would recommend testing:
Check if you have:
Homebrew - package manager for MacOS
NodeJS - server-side Javascript framework
NPM - package manager for node
Homebrew is a command-line package manager that lets you install (and update) programs on your Mac with minimum fuss. Here’s the homepage.
To do this, open the terminal app, paste the following code, and hit run:
In that case, you might need to simply download the code package from GitHub directly, and not via the command. Could you please try following the guide on troubleshooting errors for our quickstart guides on Windows? Windows Quickstart Integration Troubleshooting