mbolotov / intellij-playwright

1 stars 0 forks source link

Run Configuration doesn't heed the runner configured nor the nodes environment from the IntelliJ Settings #20

Open maddingo opened 1 year ago

maddingo commented 1 year ago

The debugger seems to use the system node instead of the one configured. I am running on Ubuntu with IntelliJ Ultimate.

The error issued is: You are running Node.js 12.22.9. Playwright requires Node.js 14 or higher. Please update your version of Node.js.

This is the version from /usr/bin/nodes

It looks like when I run intellij from an interactive shell, where nvm is configured properly, it works, But anyway, the plugin ignores the runner.

mbolotov commented 1 year ago

you can try selecting the node in a Run Configuration settings: image