Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac install ignores homebrew install of Node.js #167

Open
AddictArts opened this issue Mar 28, 2014 · 0 comments
Open

Mac install ignores homebrew install of Node.js #167

AddictArts opened this issue Mar 28, 2014 · 0 comments

Comments

@AddictArts
Copy link

When using "curl -kL http://get.virtual.wf | sh" as the installation method, Node.js is installed with symlinks from /usr/bin/... to $HOME/.vwf/.node/bin/...

This action does not take into account a homebrew installation of Node.js or other as well as multiple users on the system not having access to your home directory since it is symlinking there.

The installer should ask if you want Node.js installed and recognize an existing installation. It should also use /usr/local/bin, but it may need to create it or just ask the user to put it in their PATH.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant