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

EEXIST error #16

Closed
richardlau opened this issue Oct 24, 2023 · 1 comment · Fixed by #17
Closed

EEXIST error #16

richardlau opened this issue Oct 24, 2023 · 1 comment · Fixed by #17

Comments

@richardlau
Copy link
Member

@targos just ran into this when attempting to promote Node.js 21.1.0:

node:internal/process/promises:279
            triggerUncaughtException(err, true /* fromPromise */);
            ^

[Error: EEXIST: file already exists, symlink '/home/dist/nodejs/release/v0.1.100/docs' -> '/home/dist/nodejs/docs/v0.1.100'] {
  errno: -17,
  code: 'EEXIST',
  syscall: 'symlink',
  path: '/home/dist/nodejs/release/v0.1.100/docs',
  dest: '/home/dist/nodejs/docs/v0.1.100'
}

Suspect this is a bug introduced by the refactoring in #12 cc @MoLow.
For now I've rolled back the installed version of nodejs-latest-linker on the www server to 1.5.0.

@richardlau
Copy link
Member Author

AFAICT /home/dist/nodejs/docs/v0.1.100 is a real directory and not a symlink.

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

Successfully merging a pull request may close this issue.

1 participant