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

[Vue Named Pipe Client] pipeFile not found #3928

Closed
zyhnbyyds opened this issue Mar 2, 2024 · 10 comments
Closed

[Vue Named Pipe Client] pipeFile not found #3928

zyhnbyyds opened this issue Mar 2, 2024 · 10 comments
Labels
bug Something isn't working

Comments

@zyhnbyyds
Copy link

Vue - Official 2.0.0

vue-tsc 2.0.1

computer: windows11

image

@skywalker512
Copy link

skywalker512 commented Mar 2, 2024

I have the same issue. I found that when running the

fs.writeFileSync(`\\\\.\\pipe\\vue-tsp-table.json`)

https://github.com/vuejs/language-tools/blob/v2.0.1/packages/typescript-plugin/lib/server.ts#L95

method on Windows, it throws an error.

(I am not familiar with Windows named pipes. Shouldn't this be placed in the tmp directory of Windows instead of a named pipe here?)

I debugged it and confirmed this problem with the TypeScript Language Server.

image

@zyhnbyyds
Copy link
Author

@skywalker512 不太清楚什么问题

@zyhnbyyds
Copy link
Author

等官方解决吧😂

@so1ve so1ve added the bug Something isn't working label Mar 2, 2024
@johnsoncodehk
Copy link
Member

I don't use windows, can you help me try this version to see if it fixes the problem?

volar-2.0.1-72e38d52.vsix.zip

@RunningCoderLee
Copy link

I'm having the same issue

[Vue Named Pipe Client] Error: connect ECONNREFUSED /tmp/vue-tsp-73891
    at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1495:16) {
  errno: -61,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '/tmp/vue-tsp-73891'
}
[Vue Named Pipe Client] Error: connect ECONNREFUSED /tmp/vue-tsp-73890
    at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1495:16) {
  errno: -61,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '/tmp/vue-tsp-73890'
}
[Vue Named Pipe Client] pipeFile not found

my OS is macos 14.2.1 (23C71)

@skywalker512
Copy link

I don't use windows, can you help me try this version to see if it fixes the problem?

volar-2.0.1-72e38d52.vsix.zip

I have tested it, there should be no issues now.

@zyhnbyyds
Copy link
Author

image
I up to 2.0.2, still get some error in output

@zyhnbyyds
Copy link
Author

@johnsoncodehk

@goper-leo
Copy link

  • Disable/Uninstall TypeScript Vue Plugin
  • Re-enable vscode builtin TypeScript and JavaScript Language Features
  • Restart

@RunningCoderLee
Copy link

  • Disable/Uninstall TypeScript Vue Plugin
  • Re-enable vscode builtin TypeScript and JavaScript Language Features
  • Restart

The issue still exist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants