can’t insatll @xenova/transformers

I just try to install @xenova/transformers library using npm on electron-react-boilerplate environment

I try this command
npm i @xenova/transformers
But it returns errors

npm ERR! code 7
npm ERR! path /home/yoonseo/Desktop/project/node_modules/sharp
npm ERR! command failed
npm ERR! command sh -c (node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy)

npm ERR! A complete log of this run can be found in: /home/yoonseo/.npm/_logs/2024-09-06T09_10_25_401Z-debug-0.log

How to fix this error plz