Hello everyone. I’m trying to create my first integration app on Monday. I’m following the guide but I got stuck at this point. Any thoughts ?
Nodejs is installed correctly.
npx @mondaydotcomorg/monday-cli scaffold run ./ quickstart-integrations -s aed4c0c12962c9a99ff8e640a86aefb3 -t integration-10041982
Thanks for bringing this to our attention. We’re aware of this issue and working toward a fix. In the meantime, please pull the Integration app code from our codebase on Github
We’ve introduced a fix for this bug. The command to scaffold the project should be working now! Please let me know if you’re unable to access this project.
npx @mondaydotcomorg/monday-cli scaffold run ./ quickstart-integrations
it resolves to
npx: installed 285 in 19.454s
> Starting scaffolding process
> Repository was downloaded successfully
> Copying the directory
> Started injecting data to .env file
> Finished injecting data to .env file
> Installing packages. It can take a few moments
> Node modules were installed successfully
> Running the project
> monday-integration-quickstart@0.0.1 start /home/nikbutler/Projects/TIP_Data/Monday/quickstart-integrations
> npm run stop && npm run server
> monday-integration-quickstart@0.0.1 stop /home/nikbutler/Projects/TIP_Data/Monday/quickstart-integrations
> kill-port 8302
0 process was killed
> monday-integration-quickstart@0.0.1 server /home/nikbutler/Projects/TIP_Data/Monday/quickstart-integrations
> nodemon ./src/app.js
[nodemon] 2.0.19
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): .env src/**/*
[nodemon] watching extensions: js,mjs,json
[nodemon] starting `node ./src/app.js`
[nodemon] app crashed - waiting for file changes before starting...
At this point the app is hanging. , no url present .