Galera, esotu tentando subir pela primeira vez meu sistema (sou novo como web dev).
Porem, depois do deploy, dá 503 quando vou visualizar a página.
no logo está assim
0 info it worked if it ends with ok
1 verbose cli [ ‘/usr/local/bin/node’, ‘/usr/local/bin/npm’, ‘start’ ]
2 info using npm@6.14.4
3 info using node@v10.20.1
4 verbose config Skipping project config: /usr/src/app/.npmrc. (matches userconfig)
5 verbose run-script [ ‘prestart’, ‘start’, ‘poststart’ ]
6 info lifecycle backend@1.0.0~prestart: backend@1.0.0
7 info lifecycle backend@1.0.0~start: backend@1.0.0
8 verbose lifecycle backend@1.0.0~start: unsafe-perm in lifecycle true
9 verbose lifecycle backend@1.0.0~start: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/usr/src/app/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10 verbose lifecycle backend@1.0.0~start: CWD: /usr/src/app
11 silly lifecycle backend@1.0.0~start: Args: [ ‘-c’, ‘nodemon src/index.js’ ]
12 info lifecycle backend@1.0.0~start: Failed to exec start script
13 verbose stack Error: backend@1.0.0 start: nodemon src/index.js
13 verbose stack spawn ENOENT
13 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:48:18)
13 verbose stack at ChildProcess.emit (events.js:198:13)
13 verbose stack at maybeClose (internal/child_process.js:982:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
14 verbose pkgid backend@1.0.0
15 verbose cwd /usr/src/app
16 verbose Linux 4.4.0-187-generic
17 verbose argv “/usr/local/bin/node” “/usr/local/bin/npm” “start”
18 verbose node v10.20.1
19 verbose npm v6.14.4
20 error code ELIFECYCLE
21 error syscall spawn
22 error file sh
23 error errno ENOENT
24 error backend@1.0.0 start: nodemon src/index.js
24 error spawn ENOENT
25 error Failed at the backend@1.0.0 start script.
25 error This is probably not a problem with npm. There is likely additional logging output above.
26 verbose exit [ 1, true ]