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
import.meta.resolve was unflagged in Node.js 20.6 by
nodejs/node#49028 Unfortunately, the unflagged
version does not support the parentURL argument. Rather than attempting
to detect whether the argument is supported (which is not as simple as
.length testing) stop using it until a reliable version is unflagged.
Signed-off-by: Kevin Locke <[email protected]>
0 commit comments