1
Suddenly, while activating the command "Cordova run android", I get the following log
MBP-de-Rodolfo:cordova rop$ cordova run android
/usr/local/lib/node_modules/cordova/node_modules/insight/node_modules/configstore/index.js:53
throw err;
^
Error: EACCES: permission denied, open '/Users/rop/. config/configstore/insight-Cordova.json' You don’t have access to this file.
I have tried to change permissions of folders and files, but every time I do so, when repeating the command, another file with error appears EACCESS
(normally within the Cordova project folder).
I also tried to delete the file insight-cordova.json
. With this I managed to execute some commands like the platform add
, but while restarting computer the problem returns.
Observing: I can run the commands quietly with the sudo