You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using --experimental-modules and find that when a module down the dependency chain doesn't export a symbol, it's hard to tell which module that was:
SyntaxError: The requested module does not provide an export named '...'
It would really help if Node included the name of the module that didn't provide that export.