> 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! Aria -- 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/4819ECD8-3D03-406C-B21F-95035EFA79BC%40dinhe.net. For more options, visit https://groups.google.com/d/optout.
smime.p7s
Description: S/MIME cryptographic signature
