Read permission & NPM imports
Hello,
I'm using
The script also use NPM imports, because of which it also asks to read
Can I not need to explicitly allow this path, especially since it will differ depending on operating systems and installation modes ?
Thanks
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
