Express Node.js app error

Error: /opt/watcher/app-types/custom/start.sh: line 9: null: command not found

Do you have a start.sh script?

In your package.json file you should have a start script that starts your app. null isn’t actually a command, nor is it an executable or keyword in the shell programming language.