Hi all,
I am just starting to explore development of Monday apps and found a problem.
Following the steps described in https://apps.developer.monday.com/docs/quickstart-view, I have created an “item view” feature. In step “Start from a template” I chose template “Quickstart - ReactJS” and go to “Set up your dev environment”. Then I copy the OS command displayed there and run it on my shell (zsh on MacOS). The problem is that this process running on zsh is stuck after issuing message “Running the project” and it never produces a URL that I can paste into the page on monday.com. This is the full process output:
xxxxxxxx@yyyyyyy monday.com % npx @mondaydotcomorg/monday-cli scaffold run ./ quickstart-react
> Starting scaffolding process
> Repository was downloaded successfully
> Copying the directory
> Installing packages. It can take a few moments
> Node modules were installed successfully
> Running the project
As an alternative, I also tried to follow instructions at the README.md file of the downloaded code, using npm start. This failed also, as I tried connecting to http://localhost:4040/status and an error was returned.
A few days before, I had run the same process for an integration and everything worked fine.
Thanks in advance!