Resolving 'ibmtelemetry: Permission Denied' Error with a Custom Script
npm i @carbon/react or any @carbon package that uses @ibm/telemetry-js fails with ibmtelemetry: Permission Denied, we can create a custom script and specify it in the `package.json` file's `bin` field. This allows us to execute `ibmtelemetry` as a dummy script and ensure the installation works.