no matter what I do I get this in the logs
/opt/watcher/app-types/node/start.sh: eval: line 51: unexpected EOF while looking for matching `''
/opt/watcher/app-types/node/start.sh: eval: line 52: syntax error: unexpected end of file
no matter what I do I get this in the logs
/opt/watcher/app-types/node/start.sh: eval: line 51: unexpected EOF while looking for matching `''
/opt/watcher/app-types/node/start.sh: eval: line 52: syntax error: unexpected end of file
Hey @Assfugil, sorry for the bother. What’s the name of the project? If it’s private, we’ll need your permission to investigate further.
it is nickchandev-server
I believe that’s referring to a typo on line 70 in your package.json
:
"start": "node server.js'"
You’ve added and extra '
at the end which should not be there.