Hacker News new | ask | show | jobs
by tracker1 3873 days ago
If you keep node in ~/bin/, you could symlink your global npm path to ~/bin/node_modules/ .. just a thought here.
1 comments

I mean if you keep your shell scripts in ~/bin/ (which is where I happen to keep mine)... I use straight bash scripts most of the time, but it's usually easiest for me to use node/js since my environment already has it than it is for me to try to remember perl, learn python or use something else.