Add support for 18.x nodejs
abdullahtariq1171 opened this issue · 3 comments
abdullahtariq1171 commented
We recently upgraded nodejs to 18.x but hit following errors
/tmp/chromium: error while libraries: shared file: No such file libnss3.so: cannot open shared object or directory
Note: use DEBUG=pw:api environment variable and rerun to capture Playwright logs.Error
Downgrading it to 16.x solved the issues.
--
anisjonischkeit commented
This is working on node 18 now
austinkelleher commented
Fixed in #65
abdullahtariq1171 commented
Thank you.