On Tue, Dec 15, 2015 at 6:55 PM, Aria Stewart <[email protected]> wrote:
> > > On Dec 15, 2015, at 12:33 PM, Mark Volkmann <[email protected]> > 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! > You are correct. They are ENOENT errors. I was using npm 3.3.10 with node 4.2.1. I upgraded to the latest version of npm which is 3.5.2 and the errors disappeared! -- R. Mark Volkmann Object Computing, Inc. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CAFfRWnVgN0AU67Q%2Bd3RpXPMK%3DFzwCd8OrKHZxhqwnKQQe%2BHeoA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
