vaadin / designer

Public repository for Vaadin Designer
https://vaadin.com/designer
15 stars 3 forks source link

Vaadin Designer shows an empty layout in IntelliJ IDEA #2468

Open Tymur-Lohvynenko-Epicor opened 4 months ago

Tymur-Lohvynenko-Epicor commented 4 months ago

Steps to reproduce

ofenhorn commented 1 month ago

I had the same issue and found a workaround that works for me. The problem seems to be that the designer can't execute the node binary because it is in a different directory. My fix was to create a link to the real binary by executing mklink /H %userprofile%\.vaadin\designer-node-server\node.exe %userprofile%\.vaadin\node\node.exe