> On Tue, Sep 6, 2022 at 5:03 PM Frank R Dana Jr. <ferdnyc(a)gmail.com> > wrote: > > I don’t think there’s really any value in using a different version of > Node.js than the default to run npm, barring an exceptionally serious bug. > Can you provide a specific example where it would matter?
Not a definitive one, no. My main concern would be packages that might install a different version, or install themselves differently (different dependencies pulled in, etc.), based on the node version they're being installed with — or is that not something npm supports? _______________________________________________ nodejs mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
