For whatever it’s worth this was my experience trying/using any Javascript package, see https://kev.inburke.com/kevin/one-year-of-node-js/ for some of the more egregious examples. I’ve been using Go, the standard library and third party packages, for the last 18 months, and have generally found the packages do what I expect. Errors tend to be cosmetic, easily fixable or “it’d be neat if this also did some other thing.”
For whatever it’s worth this was my experience trying/using any Javascript package, see https://kev.inburke.com/kevin/one-year-of-node-js/ for some of the more egregious examples. I’ve been using Go, the standard library and third party packages, for the last 18 months, and have generally found the packages do what I expect. Errors tend to be cosmetic, easily fixable or “it’d be neat if this also did some other thing.”