-
Notifications
You must be signed in to change notification settings - Fork 650
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
Can't test or submit code #926
Comments
Same issue, besides I couldn't log in by github for hours. |
I'm also facing this issue from yesterday. Also I tried login using cookie method which I always do. After running node:internal/modules/cjs/loader:1147
throw err;
^
Error: Cannot find module 'D:\Coding\DSA\...'
at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
at Module._load (node:internal/modules/cjs/loader:985:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v20.10.0``` |
Check here |
it works, thank you! |
It resolved, related comment !928 |
🐛 Bug Report
I can't test or submit code when using the plugin. It's still undefined.
The text was updated successfully, but these errors were encountered: