I’m following the official ruby on rails installation guide. I’m directed to install yarn but when I run ‘corepack enable’ I receive the following error:
Internal Error : EACCES: permission denied, symlink ‘…/lib/node_modules/corepack/dist/pnpm.js’ → '/usr/local/bin/pnpm’
Error: EACCES: permission denied, symlink ‘…/lib/node_modules/corepack/dist/pnpm.js’ → '/usr/local/bin/pnpm’
I’ve tried googling the error but still couldn’t make sense of what I’m suppose to do. Was hoping someone here could help out a noob lol. Thank you!