express-crud-router icon indicating copy to clipboard operation
express-crud-router copied to clipboard

Missing importing p-limit?

Open raisen opened this issue 1 year ago • 0 comments

I'm trying to deploy to AWS Lambda an application that uses express-crud-router, but I'm getting an error stating it cannot find the p-limit module. I see it being used on the following file, but I don't see a reference to p-limit on package.json. Doesn't it have to be imported on package.json?

https://github.com/nicgirault/express-crud-router/blob/b2fc8c1083e99e4c64c736bc8f70356cfffd54ff/src/getList/index.ts#L2

raisen avatar Mar 30 '24 20:03 raisen