The [copy-paste](https://www.npmjs.com/package/copy-paste) depends on xclip in linux. Without this peer dependency the "Copy to clipboard" will not work. Maybe is interesting adds the command below in the doc ```sh sudo apt install xclip ```
The copy-paste depends on xclip in linux. Without this peer dependency the "Copy to clipboard" will not work.
Maybe is interesting adds the command below in the doc