I have the out-of-the-box (Webfaction install) Node.js installed in I have another static application in Surely this is a bash/path/environment variables problem, I suspect. However, I am completely lost. Can someone please advise what I may be doing incorrectly here? Your help is greatly appreciated. If it's relevant: I also run zsh on my Webfaction environment asked 29 Dec '14, 07:25 chrisbalt |
Figure out where the executables were installed, and then either add that location to your PATH environment variable, or use the full path to the executable when you run it. answered 29 Dec '14, 20:25 seanf Adding a NODE_PATH environment variable to always reference the current directory's "node_modules" folder worked, also:
(30 Dec '14, 03:37)
chrisbalt
|