Ceramic daemon error.... deleting the folder doesn't help, it creates a folder on run but still throws this error

$ npx @ceramicnetwork/cli daemon
(node:1592) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.

Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy
(Use node --trace-warnings ... to show where the warning was created)
[2023-07-18T12:30:08.001Z] IMPORTANT: Starting Ceramic Daemon with @ceramicnetwork/cli package version 2.34.0, with js-ceramic repo git hash c3cd0a302a07a30e7a7de1990caf7ba7776bf29f, and with config:
{
“anchor”: {
“auth-method”: “did”
},
“http-api”: {
“cors-allowed-origins”: [
“.*”
],
“admin-dids”: []
},
“ipfs”: {
“mode”: “bundled”
},
“logger”: {
“log-level”: 2,
“log-to-files”: false
},
“metrics”: {
“metrics-exporter-enabled”: false
},
“network”: {
“name”: “testnet-clay”
},
“node”: {},
“state-store”: {
“mode”: “fs”,
“local-directory”: “/C:/Users/1111e/.ceramic/statestore/”
},
“indexing”: {
“db”: “sqlite:///C:/Users/1111e/.ceramic/indexing.sqlite”,
“allow-queries-before-historical-sync”: true,
“disable-composedb”: false,
“enable-historical-sync”: false
}
}
[2023-07-18T12:30:08.024Z] IMPORTANT: Connecting to IPFS node available as /ip4/127.0.0.1/tcp/4011/p2p/12D3KooWJyzMMUNps4PigEKtzHWGxfE8ngTjVBKj5wVTa3CYnAgp, /ip4/192.168.1.100/tcp/4011/p2p/12D3KooWJyzMMUNps4PigEKtzHWGxfE8ngTjVBKj5wVTa3CYnAgp
[2023-07-18T12:30:08.064Z] IMPORTANT: Initializing SQLite connection
Ceramic daemon failed to start up:
Error: ENOENT: no such file or directory, mkdir ‘/C:/Users/1111e/.ceramic’
at Module.mkdirSync (node:fs:1396:3)
at buildIndexing (file:///C:/Users/1111e/AppData/Roaming/npm/node_modules/@ceramicnetwork/cli/node_modules/@ceramicnetwork/core/lib/indexing/build-indexing.js:30:20)
at makeIndexApi (file:///C:/Users/1111e/AppData/Roaming/npm/node_modules/@ceramicnetwork/cli/node_modules/@ceramicnetwork/core/lib/initialization/make-index-api.js:13:22)
at new LocalIndexApi (file:///C:/Users/1111e/AppData/Roaming/npm/node_modules/@ceramicnetwork/cli/node_modules/@ceramicnetwork/core/lib/indexing/local-index-api.js:22:33)
at new Ceramic (file:///C:/Users/1111e/AppData/Roaming/npm/node_modules/@ceramicnetwork/cli/node_modules/@ceramicnetwork/core/lib/ceramic.js:117:28)
at CeramicDaemon.create (file:///C:/Users/1111e/AppData/Roaming/npm/node_modules/@ceramicnetwork/cli/lib/ceramic-daemon.js:187:25)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async CeramicCliUtils.createDaemon (file:///C:/Users/1111e/AppData/Roaming/npm/node_modules/@ceramicnetwork/cli/lib/ceramic-cli-utils.js:143:24)
at async Command. (file:///C:/Users/1111e/AppData/Roaming/npm/node_modules/@ceramicnetwork/cli/lib/bin/ceramic.js:30:5) {
errno: -4058,
syscall: ‘mkdir’,
code: ‘ENOENT’,
path: ‘/C:/Users/1111e/.ceramic’
}

It looks like you’re running the daemon from a Windows command prompt, which can pose problems.

Instead, can you please install WSL2 and run the daemon on a Linux distribution of your choice?