localstack-samples / localstack-samples/localstack-demo
UnhandledPromiseRejection after run make deploy
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 69
- 派生
- 33
- 平均合并
- 6 小时 1 分钟
- 30 天内合并 PR
- 1
描述
Dear,
I got the following exception when I run make deploy command as per ReadMe file.
> $ make deploy
make i info Invoking deploy target
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 "undefined".] {
code: 'ERR_UNHANDLED_REJECTION'
}
Node.js v18.12.0
The current branch is master.
Thanks.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先从 README 中的部署说明和 make deploy 目标开始,然后使用 Node.js 18.12.0 重现故障。将未处理的 promise rejection 追溯到其来源;当 make deploy 完成且不再出现报告的 ERR_UNHANDLED_REJECTION 时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- nodejs, typescript
- 领域
- devops
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100