question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

3reactions
wangzhankuncommented, Jun 2, 2022

Please set the correct path in the settings. image If you want to open another folder, please change the settings also.

0reactions
GzhiYicommented, May 30, 2022

Setting Workspace Folder to a exist path helps.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found