Hey guys,
I use ubuntu 16.04 LTS Xenial Xerus. I have install exp with this command npm install -g exp
after that i run this command exp path
but it's show error.
Error: EACCES: permission denied, open '/home/wandry/.expo/log'
anyone can help me?
Hi! It looks like you may have run exp
with sudo exp
at some point. Can you run sudo rm -r ~/.expo
and see if this happens again?
Closing this issue because its been a month with no reply.
@dikaiosune that worked, thank you!
Most helpful comment
Hi! It looks like you may have run
exp
withsudo exp
at some point. Can you runsudo rm -r ~/.expo
and see if this happens again?