Auxy
Auxy3w ago

deno compile error

When I try and run deno compile, I get the following error
$ deno compile day2.js
Check file:///C:/Users/cambe/JSprojects/AdventOfCode2023/day2.js
Compile file:///C:/Users/cambe/JSprojects/AdventOfCode2023/day2.js to day2.exe
error: Writing deno compile executable to temporary file 'day2.exe.tmp-b5a4393eacce0cd4'

Caused by:
0: Failed reading: C:\Users\cambe\Application Data
1: Access is denied. (os error 5)
# cambe @ Cams_PC in ~\JSprojects\AdventOfCode2023 [01:29:31] C:1
$
$ deno compile day2.js
Check file:///C:/Users/cambe/JSprojects/AdventOfCode2023/day2.js
Compile file:///C:/Users/cambe/JSprojects/AdventOfCode2023/day2.js to day2.exe
error: Writing deno compile executable to temporary file 'day2.exe.tmp-b5a4393eacce0cd4'

Caused by:
0: Failed reading: C:\Users\cambe\Application Data
1: Access is denied. (os error 5)
# cambe @ Cams_PC in ~\JSprojects\AdventOfCode2023 [01:29:31] C:1
$
I have restarted my PC and updated deno, however that had not fixed the issue.
2 Replies
Leokuma
Leokuma2w ago
Have you tried running the command in a prompt opened as Administrator?
Auxy
AuxyOP2w ago
Yes, it gives me the same result