> On Dec 15, 2015, at 12:33 PM, Mark Volkmann <
r.mark....@gmail.com> wrote:
>
> I often notice that when I pull the latest code on a project and run "npm install" I get various errors. Then if I run "npm install" again, the errors go away. Sometimes I have to run it three times.
>
> How could running it again fix anything? Is there maybe an issue with the order in which the dependencies are getting installed?
That sounds like a race condition -- in particular, are you getting an `ENOENT` error?
Upgrading to the latest npm can help a ton. Bugs keep getting squashed!