KaKi87K
Denoβ€’3y agoβ€’
11 replies
KaKi87

Read permission & NPM imports

Hello,
I'm using
--allow-read=.
to allow a script to read files in the current directory.
The script also use NPM imports, because of which it also asks to read
/home/{username}/.cache/deno
.
Can I not need to explicitly allow this path, especially since it will differ depending on operating systems and installation modes ?
Thanks
Was this page helpful?