Hacker News new | ask | show | jobs
by asavi 4379 days ago
The easiest solution I've found is to just run a VM and not sync whatever folder you install node_modules in. I just had this problem like a week ago with gulp because I was syncing the folder I was building in. It's a good time to learn how to use Vagrant.
1 comments

There are people using node as part of their desktop software for scripting. Atom for example. Vagrant that.