Hi,
I am trying to push my code with code:push to monday.com’s servers.
I made up and running the code with npx @mondaydotcomorg/monday-cli@latest scaffold run ./ quickstart-react. Then I had created a Feature on the app’s dashboard. But somehow it failed with the following error:
✖ There was an error deploying the application.
========== Logs ==========
> monday-react-quickstart-app@0.0.1 start
> npm run stop && concurrently "npm run server" "npm run expose"
> monday-react-quickstart-app@0.0.1 stop
> kill-port 8301 && kill-port 4049 && kill-port 4040
sh: 1: kill-port: not found
kill-port is being executed on remote server since kill-port is installed on my local machine.
So this is the case and I am stuck.
