Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPERM: Operation not permitted errno: 1 #616

Closed
sbera7 opened this issue Jun 28, 2024 · 2 comments
Closed

EPERM: Operation not permitted errno: 1 #616

sbera7 opened this issue Jun 28, 2024 · 2 comments

Comments

@sbera7
Copy link

sbera7 commented Jun 28, 2024

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
@alpernae
Copy link

hey buddy I'm not a project coder I just saw your issues and found this check out this #609

@sbera7
Copy link
Author

sbera7 commented Jun 29, 2024

It did not help :)

@sbera7 sbera7 closed this as completed Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants