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

Please add the shims in the $PATH #6

Open
andreicristianpetcu opened this issue Jun 14, 2015 · 1 comment
Open

Please add the shims in the $PATH #6

andreicristianpetcu opened this issue Jun 14, 2015 · 1 comment

Comments

@andreicristianpetcu
Copy link

Hello,

With the current ndenv code and documentation global modules like bower or grunt do not work. The shims are not in the $PATH.

Please add the shims in the $PATH in one way or another. The simplest way is just to change the installation instructions and add this part

$ echo 'export PATH="$HOME/.ndenv/bin:$HOME/.ndenv/shims:$PATH"' >> ~/.bash_profile

The more complicated way is to make the ndenv bin stay in the same folder as the shims.

I fixed this myself for my own dotfiles with the first sollution and it works but other people might not figure this out and it might be unclear why ndenv does not work for them.

Thank you for building this tool :D

@jwhitley
Copy link

Motion seconded re: docs update. I spent a few minutes spinning not finding expected bits (e.g. npm) until I realized that I was missing something and came back here.

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

2 participants