Getting eacces error when making new ionic project

Hello
when i am building a new project in ionic like:
ionic start example blank
i get a EACCES eror for /cache/org.apche.cordova.device /…
and teh /org.apache.console

when i run it with sudo the error will disappear but i am not able to build the project or run it

i ve already given the .cordova and the .ionic folder in the root directory full acces with:
sudo chmod -R user [.ionic / .cordova]
and it still wont work

has anyone an idea how to fix this ?
thanks iJorl