Error: ENOENT: no such file or directory, mkdir '\\?' Please open the output channel for details.
See original GitHub issue💬 Questions and Help
OS: WINDOWS11 node: 14.16.1
I can login to leetcode-cn.com and fetch the problem successfully. But when I click code now, I get the following error message:
Error: ENOENT: no such file or directory, mkdir '\\?' Please open the output channel for details.
And the warning in the Output
of vscode is :
(node:58920) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
ENOENT, no such file or directory on fs.mkdirSync
When any folder along the given path is missing, mkdir will throw an ENOENT . There are 2 possible solutions (without using 3rd...
Read more >Remote Development Tips and Tricks - Visual Studio Code
In VS Code, run Remote-SSH: Open Configuration File... in the Command Palette ... the extension to throw errors like ENOENT: no such file...
Read more >Package Manager: ENOENT: no such file or directory, mkdir
Description * Attempting to create or open a project when there is a quote in the project path/name or in the UPM cache...
Read more >no such file or directory, open \package.json install bootstrap ...
✓ Solved: npm WARN saveError ENOENT : no such file or directory, open \package.json install bootstrap.
Read more >Read files using Go (aka) Golang | golangbot.com
If you are not aware of how to run a Go program, please visit ... File reading error open test.txt: no such file...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please set the correct path in the settings. If you want to open another folder, please change the settings also.
Setting Workspace Folder to a exist path helps.