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
SyntaxError: Cannot use import statement outside a module
Node.js v18.14.2
While Bun supports both es6 module and commonjs, node is stuck on using only one or the other. Adding type: module in package.json would likely fix the issue.