alexcrichton commented on issue #5091:
I should say I'm also not certain that this will fix the issue, I'm sort of just shooting in the dark. The issue appears to be that some dependency updated to use ES module syntax but its dependents still use
require
to load it, and node doesn't like that and throws an error.
Last updated: Nov 22 2024 at 16:03 UTC