Fixing Global npm Install Permissions on macOS
> PS: This is also a note to myself in case I need it again in future I recently switched to macOS and tried installing some global npm packages like pnpm using: npm install -g pnpm But I got a permissions error saying it couldn’t create a folder in /usr/local/lib/…. This happens because macOS doesn’t…