Hello, I'm trying to do my first deploy with Prism...
# orm-help
h
Hello, I'm trying to do my first deploy with Prisma by following the node.js tutorial, however, when I type "prisma deploy" I get the following error:
Copy code
✔ ⮀ …/database ⮀ @master ● ? ⍟2 ⮀ prisma deploy
  config CWD /Users/horacio.gutierrez/FullstackAcademy/1802-FSA-RM-Library/GraphQL/hackernews-node/database +0ms
  config HOME /Users/horacio.gutierrez +2ms
  config definitionDir /Users/horacio.gutierrez/FullstackAcademy/1802-FSA-RM-Library/GraphQL/hackernews-node/database +0ms
  config definitionPath /Users/horacio.gutierrez/FullstackAcademy/1802-FSA-RM-Library/GraphQL/hackernews-node/database/prisma.yml +0ms
  cli { isGlobal: true } +0ms
  StatusChecker setting status checker +0ms
  cli command id deploy +4ms
  cli:plugincache Got plugin from cache +0ms
  cli:plugincache /Users/horacio.gutierrez/Library/Caches/prisma/plugins.json +1ms
  cli:plugincache Got plugin from cache +1ms
  cli:plugincache /Users/horacio.gutierrez/Library/Caches/prisma/plugins.json +0ms
  plugins findCommand prisma-cli-core +0ms
  plugin requiring command +0ms
  cli-engine:plugins:manager requiring /usr/local/lib/node_modules/prisma/node_modules/prisma-cli-core +0ms
  portfinder:defaultHosts exports._defaultHosts is: [ '0.0.0.0', '127.0.0.1', '::1', 'fe80::1', 'fe80::1402:f497:2c57:7c56', '10.0.4.8', 'fe80::ecac:d9ff:fe52:1d6f', 'fe80::3260:347b:fdb:1739', 'fe80::bf49:86c3:bdd:693c', 'fe80::5c48:c0b5:f1da:536f', 'fe80::aede:48ff:fe00:1122' ] +0ms
  cli-engine:plugins:manager required +602ms
  plugin required command +604ms
  StatusChecker setting status checker +654ms
TypeError: Cannot read property 'custom' of undefined
    at Object.<anonymous> (/usr/local/lib/node_modules/prisma/node_modules/prisma-yml/src/yaml.ts:35:21)
    at step (/usr/local/lib/node_modules/prisma/node_modules/prisma-yml/dist/yaml.js:40:23)
    at Object.next (/usr/local/lib/node_modules/prisma/node_modules/prisma-yml/dist/yaml.js:21:53)
    at fulfilled (/usr/local/lib/node_modules/prisma/node_modules/prisma-yml/dist/yaml.js:12:58)
    at <anonymous>
Exiting with code: 1