pushkin-consortium / pushkin-cli

A CLI designed to facilitate the setup process of a Pushkin stack
MIT License
0 stars 4 forks source link

Problem with pushkin-prep, promise rejection #19

Closed jkhartshorne closed 4 years ago

jkhartshorne commented 5 years ago

Building core Pushkin with new experiment components (node:40528) UnhandledPromiseRejectionWarning: undefined (node:40528) UnhandledPromiseRejectionWarning: Unhandled promise rejection. 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(). (rejection id: 1) (node:40528) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. at emitDeprecationWarning (internal/process/promises.js:113:13) at emitWarning (internal/process/promises.js:106:3) at processPromiseRejections (internal/process/promises.js:140:9) at processTicksAndRejections (internal/process/task_queues.js:87:32)