I’ve forked n8n from the Github repository, and then I attempted to deploy it on the DigitalOcean app platform. The first build error I got was that there was no package-lock.json file so I opened the project in VS code (with Node.js 12.16.1) and ran the command “npm install nodemon” in the terminal. On the next attempt to deploy on DigitalOcean, the build failed with error:
✘ an error occurred while parsing project.yml:
Warning: found pnpm-workspace.yaml but no project.yml
Error: : Action directory packages/editor-ui/tests has no files
This happened within the second of two components (n8n2, Function) of the app deployment. What’s the simplest way to generate or get a project.yml file for n8n without downloading too many extra programs? Should the port be 8080? Are there settings I can add to the App Spec configuration in DO to get it to deploy correctly?