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
I am facing an issue when I ran the command bun run start
here is the complete picture
(devika) m0nku@pop-os:~/Documents/Temporary/devika/ui$ bun run start
$ vite build && vite preview
vite v5.2.13 building SSR bundle for production...
13622 | else {
13623 | process.stdout.write(output.substring(0, process.stdout.columns - 1));
13624 | }
13625 | }
13626 | function clearLine$1() {
13627 | process.stdout.clearLine(0);
^
EPERM: Operation not permitted
errno: -1
syscall: "write"
fd: 15
at write (native:1:1)
at node:stream:171:43
at clearLine$1 (/home/m0nku/Documents/Temporary/devika/ui/node_modules/vite/dist/node/chunks/dep-DEPSZ3SS.js:13627:20)
at writeLine (/home/m0nku/Documents/Temporary/devika/ui/node_modules/vite/dist/node/chunks/dep-DEPSZ3SS.js:31570:87)
at /home/m0nku/Documents/Temporary/devika/ui/node_modules/vite/dist/node/chunks/dep-DEPSZ3SS.js:31302:10
at /home/m0nku/Documents/Temporary/devika/ui/node_modules/vite/dist/node/chunks/dep-DEPSZ3SS.js:31592:13
at transform (/home/m0nku/Documents/Temporary/devika/ui/node_modules/vite/dist/node/chunks/dep-DEPSZ3SS.js:31328:26)
at /home/m0nku/Documents/Temporary/devika/ui/node_modules/rollup/dist/es/shared/node-entry.js:19774:40
Bun v1.1.16 (Linux x64)
error: script "start" exited with code 1
The text was updated successfully, but these errors were encountered:
I am facing an issue when I ran the command
bun run start
here is the complete picture
The text was updated successfully, but these errors were encountered: