php - PhpStorm unable to unlock files (Ionic) -
i'm making webapp using laravel 5 backend , ionic frontend.
the ide i'm using phpstorm 8 i've been running problem.
whenever try make new ionic project (ionic start myapp tabs/sidemenu...) folder gets locked in phpstorm, cannot edit single file, pop 'clear read status' clicking ok not change anything.
i've tried several things: placing folder everywhere on hd, creating ionic folder sudo
, adding chmod 777
. @ first i've added ionic folder backend project, made them stand-alone too, nothing seems work: cannot edit file in ionic project.
every kind of helpful since i'm stuck right now...
it might little bit late since question on year old, user owner of file? instance if user your-username-here:staff
folder/file owned _www:_www
phpstorm won't able open file since runs your-username
.
to remedy add user group owns file (or folder).
on macos can following: sudo dseditgroup -o edit -a
whoami-t user _www
if owner of group _www
, restart finder killall finder
.
hope helps.
Comments
Post a Comment