-
Notifications
You must be signed in to change notification settings - Fork 51
I am missing a link to /usr/local/bin/node #37
Comments
hey! do you need multiple installed versions of node? If not use the class instead of the define!
|
@grafjo We probably need to make things clear in the README. WDYT? |
@willdurand hope this will solve this issue? |
First: Thanks for the quick answer, i used a class already:
the target_dir was an attempt to get it installing the node bin. Thanks.... |
Oh, no i need only one version of node but i wanted the latest stable, so version = stable was in there form the beginning. |
@willdurand I removed |
Got it. i think my tests with "vagrant provision" failed because the PATH was not updated in the ssh shell session. Thanks for the clarification. |
Just updated the README to be more clear on this point |
i have a link to /usr/local/bin/node-v0.10.25 from /usr/local/node/node-v0.10.25/bin/node
But now i cant just use "node" in further recipes and don't know how to create that as i need the version number that is only available in the module...
Did i miss something?
The text was updated successfully, but these errors were encountered: