0
0No answers
Browser other questions tagged ionic file-permission
You are not signed in. Login or sign up in order to post.0
Browser other questions tagged ionic file-permission
You are not signed in. Login or sign up in order to post.
Have you ever tried to give permission to this file ?
– 1fabiopereira
I gave permission to the whole folder but it seems that it recreates this file every time it compiles. Because if the whole folder is allowed from the . config was supposed to be accessible isn’t it? @1fabiopereira
– Henrique Gusmão
The correct would be for the file to be with permission, but only for ease of consciousness try in both ways assigning permission to every folder with: sudo chmod 777 -R /home/Henrique/. config if this does not resolve try sudo chmod 777 /home/Henrique/. config/configstore/Bower-github.json
– 1fabiopereira
@1fabiopereira but I use this command before the directory . config or in it right? anyway I will try here.
– Henrique Gusmão
Got some result?
– 1fabiopereira