Build Fails -node_modules/@crawlee/http/internals/http-crawler.d.ts:387:44 - error TS1005: 'assert'
"@crawlee/cheerio": "^3.11.1",
"apify": "^3.1.10",
"crawlee": "^3.5.4"
In my docker file I'm using:
apify/actor-node:20
FROM apify/actor-node-playwright-chrome:18
In total there are 142 errors in the same file, starting at: node_modules/@crawlee/http/internals/http-crawler.d.ts:387
Is anyone else having a similar issue?
