npx crawlee create app
, then selecting the Playwright Typescript template. Once all npm packages have been loaded I then cd into app and tried npm start. I get the below error, I then tryied to download the crawlee playwright packages npm install crawlee playwright
however I still have this issue trying to run the actor. I have not modified the template that is provided when using npx crawlee create
. Any help or guidance is appreciated.state.conditions.includes(condition)
isApplicableVersionedTypesKey(state.conditions, condition)) {package.json
to:"typescript": "~5.2.2"
npm install
after.package.json
and Dockerfile
with your project?crawlee create
instead of apify create
- which is what I tested (and recommend you to use it when Actors should run on Apify Platform). I was able to reproduce it now.3.6.2
that should fix this issue.npm i crawlee@3.6.2
and let me know if it helps - it worked for me π