[Bug]: EEXIST: file already exist
See original GitHub issueIs there an existing issue for this?
- I have searched the existing issues
Current Behavior
Something went wrong: Error: EEXIST: file already exists, mkdir ‘c:\Users\mulya\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vscode-vibrancy-runtime-v6’
Expected Behavior
No response
Steps To Reproduce
No response
Environment
- OS:Windows 11
- VSCode:1.73.1
- Extension: 1.1.9
Anything else?
this happens when i reload vibrancy. Do you know how to solve this?
Issue Analytics
- State:
- Created 10 months ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
npm error on every command: EEXIST: file already exists ...
I'm just new to node and npm and this is frustrating. Well it's almost all said in the title. On a Windows 10...
Read more >Error: EEXIST: file already exists when output directory ...
I have verified this doesn't have anything to do with Jest or the particular structure of the reports folder - changing the junit...
Read more >Yarn install fails with 'EEXIST: file already exists, symlink ...'
Hi community, during setup my first VSF-Next project, I am facing the problem that a yarn install ist not working after the initial...
Read more >TypeScript: file already exists, symlink & tsc command not ...
Here's a quick note if you're also suffering from a headache from the 2 errors below. Error 1: npm ERR! code EEXIST npm...
Read more >Intermittent [taskcluster:error] Task was aborted because ...
Closed Bug 1427096 Opened 5 years ago Closed 5 years ago ... Error calling 'link' for dind : EEXIST: file already exists, mkdir...
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
Can confirm that this was a bug, for some reason the fs module on Windows can’t remove folders that aren’t empty, switched to a
rimraf
library that seems to work properly.This is a bug of the new version. This bug will reappear every time the configuration is modified. My Environment is the same as the publisher of this issue.