dapr / quickstarts

Dapr quickstart code samples and tutorials showcasing core Dapr capabilities
Apache License 2.0
1.02k stars 516 forks source link

add missing body-parser package to js pub_sub order-processor #1002

Open contributor opened 3 months ago

contributor commented 3 months ago

Description

pub_sub quick start projects crashes with: == APP - order-processor-http == Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'body-parser'

The PR adds body-parser version ^1.19.0 - the newest one used in other quick start projects

Issue reference

No related issue created

paulyuk commented 3 months ago

Great catch @contributor thank you. LGTM manually. I'm running test automation now to validate.

paulyuk commented 3 months ago

There is a new test failure on crypto api. Needs investigation, even though not related to this.