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)) {2024-04-05T02:24:42.146Z npm
2024-04-05T02:24:42.148Z ERR! code EPERM
2024-04-05T02:24:42.149Z
2024-04-05T02:24:42.151Z npm ERR!
2024-04-05T02:24:42.152Z syscall
2024-04-05T02:24:42.153Z chmod
2024-04-05T02:24:42.154Z
2024-04-05T02:24:42.155Z npm ERR!
2024-04-05T02:24:42.155Z path
2024-04-05T02:24:42.156Z /home/myuser/.npmrc
2024-04-05T02:24:42.157Z
2024-04-05T02:24:42.158Z npm
2024-04-05T02:24:42.159Z ERR! errno
2024-04-05T02:24:42.159Z -1
2024-04-05T02:24:42.160Z
2024-04-05T02:24:42.161Z npm ERR!
2024-04-05T02:24:42.162Z npm
2024-04-05T02:24:42.162Z ERR! Your cache folder contains root-owned files, due to a bug in
2024-04-05T02:24:42.163Z npm ERR! previous versions of npm which has since been addressed.
2024-04-05T02:24:42.164Z npm
2024-04-05T02:24:42.164Z ERR!
2024-04-05T02:24:42.165Z npm
2024-04-05T02:24:42.166Z ERR! To permanently fix this problem, please run:
2024-04-05T02:24:42.167Z npm
2024-04-05T02:24:42.167Z ERR!
2024-04-05T02:24:42.168Z sudo chown -R 997:997 "/home/myuser/.npm"
2024-04-05T02:24:42.169Z
2024-04-05T02:24:42.170Z
2024-04-05T02:24:42.171Z