I keep getting the following errors:
Error: EACCES, permission denied \'/Users/Anuraag/.cordova/lib/tmp\' .
Whenever I try to do cordova
On Mac Terminal
This worked for me.
sudo chown -R $(whoami) ~/.npm
npm uninstall -g ionic
npm install -g ionic
sudo chown -R $USER /usr/local/lib/node_modules
None of the solution worked for me
Finally,this work perfectly
sudo chown -R $USER:$GROUP ~/.npm
sudo chown -R $USER:$GROUP ~/.config
sudo chown -R USERNAME .
to check whats your USERNAME,
type in whoami in command line