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
The extensionless bin/treq file was using require() and __filename,
but package.json declares "type": "module", causing Node.js to treat
it as ESM where require is not defined.
0 commit comments