sad-indigoS
Apify & Crawlee2y ago
4 replies
sad-indigo

Build Fails -node_modules/@crawlee/http/internals/http-crawler.d.ts:387:44 - error TS1005: 'assert'

I'm trying to build an actor using the below packages when I get the above error and many other related to the http-crawler.d.ts file.

"@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?
Was this page helpful?