/opt/watcher/app-types/node/start.sh: line 51: 3077 Killed node index.js
i have a problem.
Check your package.json file
"scripts": {
"start": "node server.js"
},
Check if you do not have anything extra in that lines
me package.json true or false
So, it is possible your project is using too much memory.
You will have to debug and indetify the lines of code that produce that memory issue
Hey, I’m moving this to #coding-help to tidy things up!