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
.pnpm/@elysiajs+stream@0.7.2_elysia@0.7.29/node_modules/@elysiajs/stream/dist/index.js:1
import { nanoid } from 'nanoid';
^^^^^^
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: