This error indicates a missing native dependency for the clipboard module on macOS ARM64. Here are some troubleshooting steps:
Quick fixes to try:
-
Reinstall dependencies:
npm uninstall @mariozechner/clipboard-darwin-arm64 npm install -
Clear npm cache and reinstall:
npm cache clean --force rm -rf node_modules package-lock.json npm install