Ionic serve throughs the error below when I run it. When I change color of tabs with default settings like from stable ---> to positive it works and makes the changes but when i try to override it with my custom color nothing change for example if i try to make positive variable red nothing changes.
any one can help ?
stream.js:94
throw er; // Unhandled stream error in pipe.
^
Error: EACCES, open '/Users/cabdifitaaraden/Desktop/Lasoco/www/css/ionic.app.css
I had this error as well when running the ionic serve
command.
I think it's just a permissions thing as using sudo solved it for me sudo ionic serve
.