I’m getting this error in my console whenever I try to start my React App

The error is “Uncaught SyntaxError: The requested module ‘/node_modules/.vite/deps/react-tilt.js?v=178e7b1a’ does not provide an export named ‘default’ “.

I tried reinstalling the module with

npm install --legacy-peer-deps react-tilt

but it’s still not working