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
bun build ./src/index.tsx --outdir=dist
error: No matching export in "node:path" for import "resolve"
import { resolve, resolve as resolveFn, join } from 'path'; ^
/node_modules/@elysiajs/static/dist/index.js:2:10 54
error: No matching export in "node:path" for import "resolve"
import { resolve, resolve as resolveFn, join } from 'path'; ^
/node_modules/@elysiajs/static/dist/index.js:2:19 63
error: No matching export in "node:path" for import "join"
import { resolve, resolve as resolveFn, join } from 'path'; ^
/node_modules/@elysiajs/static/dist/index.js:2:41 85
error: script "build" exited with code 1 (SIGHUP)
Likely related to the following bun issue:
oven-sh/bun#5095
The text was updated successfully, but these errors were encountered: