Published
- 1 min read
EACCES: permission denied, unlink `/home/ericgit/.cache/yarn/v6/np
The solution for this is noted below
EACCES: permission denied, unlink `/home/ericgit/.cache/yarn/v6/np
Solution
sudo chown -R $USER:$GROUP ~/.npm
sudo chown -R $USER:$GROUP ~/.config
Try other methods by searching on the site. That is if this doesn’t work