Description
Claude Version: 0.2.9
OS: Windows 11 Home (laptop environment), Windows 11 Pro (desktop environment)
Issue: Whenever Claude tries to create a folder using the mkdir command, the program times out and never creates the folder. It seems to load indefinitely. It can create regular files within the working directory, but whenever it tries to create a folder it just breaks for some reason.
Additional Context:
To launch Claude Code, I run command prompt as administrator, navigate to the working directory, and enter "claude". I have a Claude developers account with valid credits.
I have given Claude Code permission to use the mkdir command to create folders within the working directory.
Bash is correctly added to my environment variables.
Error Examples:
● I'll help you create a voxel-based game. Let's start by setting up the basic project
structure and files.
● List(path: "")…
⎿ - C:\Users\*redacted*\Documents\Projects\voxel-game\
- index.html
- style.css
● Read(file_path: "index.html")…
⎿ <!DOCTYPE html>
<html lang="en">
<head>
... (+22 lines)
● Read(file_path: "style.css")…
⎿ body {
margin: 0;
padding: 0;
... (+81 lines)
● Let's create the needed folders and files for our voxel game:
● Bash(mkdir C:\Users\*redacted*\Documents\Projects\voxel-game\js)…
✢ Simmering… (1227s · esc to interrupt)
Bash(mkdir -p C:/Users/*redacted*/Documents/Projects/voxel-game/js …
C:/Users/*redacted*/Documents/Projects/voxel-game/assets/textures
C:/Users/*redacted*/Documents/Projects/voxel-game/assets/sounds)
∗ Schlepping… (64s · esc to interrupt)
Activity