Playwright error requires Node.js v18.19 or higher
I'm attempting to run Playwright, within the context of Deno, but for some reason I receive this playwright error that Node.JS is required to load ESM modules. I am using Deno 2.5.3, and running playwright.config.mts file from the root level with deno run playwright testdeno run playwright test I do have Node 20, 22, and 24 installed, and I tested with Node 20 and 24 and received the same error.
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.