warp-drive-engineering / engage

Scaffolding for highly optimized applications built with Ember.js
MIT License
26 stars 0 forks source link

`engage app <app-name>` throws UnhandledPromiseRejection #2

Closed knownasilya closed 2 years ago

knownasilya commented 2 years ago
  ✅ Committed new application files, ⚠️  these files have not been pushed to the remote
node:internal/process/promises:288
            triggerUncaughtException(err, true /* fromPromise */);
            ^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Error: Not Found".] {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v18.2.0

Although there is no obvious error and the scaffolding seems to be fine.

runspired commented 2 years ago

this is due to not having a github auth token, the piece that failed is a final step in which the project's labels are updated to a curated set for you to prepare for changelog management etc. I've fixed this in a newer release to print a clearer error <3