Error when using the script: errno: -4058
TeenBiscuits opened this issue ยท 0 comments
TeenBiscuits commented
Using Windows 11 and Node.js v20.11.1
๐ Processing site: https://teenbiscuits.github.io/Pro2324/
๐ Found 25 URLs in 1 sitemap
๐ฆ Batch 1 of 1 complete
๐ Done, here's the status of all 25 pages:
node:fs:2352
return binding.writeFileUtf8(
^
Error: ENOENT: no such file or directory, open 'C:\Users\pablo\.cache\https_teenbiscuits.github.io_Pro2324\.json'
at writeFileSync (node:fs:2352:20)
at exports.a (C:\Users\pablo\AppData\Roaming\npm\node_modules\google-indexing-script\dist\chunk-IOOAN7NK.js:1:3780)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\\Users\\pablo\\.cache\\https_teenbiscuits.github.io_Pro2324\\.json'
}
Node.js v20.11.1