vaadin / designer

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

Requires Node on my system PATH but it's already there... #2359

Open brunomerod opened 4 years ago

brunomerod commented 4 years ago

Steps to reproduce

Expected behavior

Create de Layout...

Yes, Node is in my PATH: image

Yes, everything else is working. Running, debug mode, etc...

martinisraelsen commented 3 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 commented 3 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 (#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.

tanbt commented 3 years ago

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.

martinisraelsen commented 3 years ago

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.

tanbt commented 3 years ago

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).

frankvoelker commented 1 year ago

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 /bin to my $PATH, same error Tried using nvm (and also symlinking to /usr/local/bin) same error