Issue with Running Plugin Locally

Hello everyone, I have encountered an issue when trying to run the plugin locally. When I enter the command npm run dev, I get the following error:


This problem appeared today, but when I ran it on Friday, there were no issues. I created a new test plugin, and the problem occurred again. Can you please help me resolve this?

Hi @maxymzakharkiv this is most likely an issue in your environment. Check you are using the latest nodejs lts (currently NODE 22).

run node --version and check

My node version is v23.10.0

that’s your problem. use node 22 (latest LTS)

Yes, it turned out to be true, I changed node to 22 and everything worked, thank you!