Skip to content

Crawlee Basic Crawler using ts is not compliling with tsc #1537

Closed Answered by B4nan
codera21 asked this question in Q&A
Discussion options

You must be logged in to vote

Crawlee itself is compatible with latest TS version, but some of its dependencies are not, therefore in general, you should stay on TS 4.7 for the time being.

edit: But the version with TS 4.8 support is actually not yet released - you could try latest dev version.

We do plan on resolving this issue, but it is not that easy as some of our dependencies are now ESM only, so we can't just upgrade them.

Alternative to that is using skipLibCheck: true in your tsconfig.json.

Would be good if you can provide more information about your specific problem, so we can be sure it's the same one we are aware of.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by codera21
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working.
2 participants
Converted from issue

This discussion was converted from issue #1536 on September 12, 2022 17:36.