Open brunomerod opened 4 years ago
@brunomerod did you ever find a solution to this issue? I'm having the same problem. I tried adding node to the system path but that didn't fix anything (https://github.com/vaadin/designer/issues/2377)
@brunomerod did you ever find a solution to this issue? I'm having the same problem. I tried adding node to the system path but that didn't fix anything (#2377)
Sir, I did not. I was just trying the framework, I proceeded with the 'getting started' document and, as I got this inconvenience, I abandoned the possibility of using it.
Are you also using NVM to install Node in your Mac? Probably that's the same problem as https://github.com/vaadin/designer/issues/2377, which is about to fix in the next Designer version.
Are you also using NVM to install Node in your Mac? Probably that's the same problem as #2377, which is about to fix in the next Designer version.
I installed Node using Homebrew. It runs fine from the terminal. I tried to symlink the node directory to /usr/local/bin as suggested in https://github.com/vaadin/designer/issues/2377, but that didn't seem to fix the problem.
Creating a symlink works for me.
What is the output of which node
command in your environment?
Mine is /usr/local/bin/node
.
And what is the source file of the symlink (you can use ls -alh /usr/local/bin
command)?
Mine is node -> ../Cellar/node/15.12.0/bin/node
. (I'm using Homebrew 3.0.9).
Any news on this? Using Vaadin Designer with Eclipse and IntelliJ both not working. Both same error "Vaadin Designer requires node..."
But node is installed. Tried the ln -s symlink method, not working
Tried installing NodeJS by hand and adding
Steps to reproduce
Expected behavior
Create de Layout...
Yes, Node is in my PATH:
Yes, everything else is working. Running, debug mode, etc...