Home

Published

- 1 min read

ubuntu error: EACCES: permission denied, symlink `../lib/node_modules/yarn/bin/yarn.js` -> `/usr/local/bin/yarn`

img of ubuntu error: EACCES: permission denied, symlink `../lib/node_modules/yarn/bin/yarn.js` -> `/usr/local/bin/yarn`

The solution for this is noted below

Solution

   WORKING SOLUTION

sudo chown -R $USER /usr/local

This will fix the issue.

Try other methods by searching on the site. That is if this doesn’t work