Getting Error "Vaadin Designer requires Node to be installed" with Intellij IDEA

380 Views Asked by At

I recently started learning Vaadin, I installed the Vaadin Designer plugin in IntelliJ IDEA. When I open JS files I'm getting an error like below:

enter image description here

I'm using nvm for installing node js in my mac. What are the things that I required to configure to get rid of this error?

1

There are 1 best solutions below

0
Ercilio Marques Manhica On

Add export NVM_SYMLINK_CURRENT=true to your .bashrc before NVM-stuff. Then do nvm use default - symlink is created. Then add $HOME/.nvm/current/bin to your PATH in .profile.