-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[windows] Eslint Lsp fail to load #19709
Comments
Having the same issue on Mac. No out directory in vscode-eslint\server |
Same on
|
This comment was marked as spam.
This comment was marked as spam.
Fix on macos |
Unfortunately your fix does not work for me:
|
Same problem on Fedora 41, Zed 0.162.5. There's nothing under Edit: I found the solution. Check your Upon reading the log, it seems like it failed to fetch the eslint module because this link is just broken:
So what you need to do is to go to this link instead: https://codeload.github.com/microsoft/vscode-eslint/tar.gz/release/2.4.4 and download the Go to Rename the |
Works even if your folder isn't empty, just delete the folder and paste the new one in there |
Hey guys, can you retry with Zed Preview 175.3 or a the latest stable? This might have been fixed already. |
Check for existing issues
Describe the bug / provide steps to reproduce it
Language server error: eslint
oneshot canceled
-- stderr--
node:internal/modules/cjs/loader:1222
throw err;
^
Error: Cannot find module 'C:\Users\79918\AppData\Local\Zed\languages\eslint\vscode-eslint-2.4.4\vscode-eslint\server\out\eslintServer.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1219:15)
at Module._load (node:internal/modules/cjs/loader:1045:27)
at TracingChannel.traceSync (node:diagnostics_channel:315:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:215:24)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:158:5)
at node:internal/main/run_main_module:30:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v22.5.1
i checked my file folder, there is no 'out' in vscode-eslint\server
Environment
windows 11 powershell
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered: