#Permission denied (os error 13)

9 messages · Page 1 of 1 (latest)

blissful python
#

It says it in the error message, not deno problem. Something is wrong with your file/directory permissions of something your app uses

#

If you're using the file system in your app make sure to use try/catch to handle that

#

I'd recommend checking out the file permissions for $DENO_HOME and for deno info paths

#

And use try/catch in all io operations to handle errors gracefully

#

Also try running app.js without sudo

#

wat

#

echo $DENO_HOME

#

It should be $HOME/.deno

#

depending on how it was installed