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
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
The more complicated way is to make the
ndenvbin 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