Error: EACCES, permission denied - when run $ ionic serve

Yes, you need to change the ownership of that directory.

sudo chown -R marklovett .config/

Then try running it and see what you get.

4 Likes