-
Notifications
You must be signed in to change notification settings - Fork 154
Guppy thinks node is not installed #317
Comments
I had the same problem with v0.3.0 on OSX, and was able to work around it by copying the nvm initialization lines from my |
@quarklemotion I followed your advise in the following way I do not use nvm but doing the following worked. I was using export PATH=$PATH This is weird though because mac finds the node in path using Any explanation? |
@pitops You should put |
@aleclarson you tell me what to do but you do not tell me why to do it. |
@pitops Sorry, are you aware of the differences between the two? If you want to avoid duplicating the |
@aleclarson Thats exactly the answer I was looking for, now I understand the why, thank you |
Also seeing this. I'm using |
I'm having the same issue. I don't seem to have a Is there a way I can export something somewhere? Should I just create a Looks like a great program, and I'm eager to try it out! Machine Specs:MacOS: |
@alexlee-dev if you don't have a |
Thanks @pitops , that worked. Good simple fix. |
Damn Guppy is pretty cool now that I can use it! |
@alexlee-dev glad that worked for you. Yeah Guppy is pretty useful |
Having the same issue but I'm using Versions Running: |
Just create a ~/.bashrc file and add |
I have tried to follow all the advice on this thread but I can't get guppy to recognize my node installation. |
Describe the bug
Guppy thinks i do not have Node installed but using
node -v
in terminal, I have v10.12.0 installed.Guppy opens up the dialog where it requires for node to be installed.
NOTE: tried Guppy 0.2.0 as well, and that doesn't work either. But no message that i need to have node installed.
To Reproduce
Downloaded the latest v0.3.0 version.
Put to applications folder
Run
Expected behavior
Guppy to be usable
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: