Current exports syntax is not compatible with node 15.
(node:12200) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at C:\Users\zdm\.node_modules\playwright-chromium\package.json.
Update this package.json to use a subpath pattern like "./*".
You need to update to the new rules or remove this section.
New rules should looks like this:
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js"
},
"./*": "./*.js"
},