ajmnz / custom-cursor-react

🎉 Animated, customizable and interactive cursor for React
https://ajmnz.github.io/custom-cursor-react
MIT License
48 stars 16 forks source link

Can't resolve `gsap` #20

Closed mukhrr closed 2 years ago

mukhrr commented 2 years ago

Hi! I unexpectedly faced such kind of error. Let me know if the error is from my computer though.

image

ajmnz commented 2 years ago

Hey, gsap is listed as a peer dependency, so you have to install it yourself

https://github.com/ajmnz/custom-cursor-react/blob/6dc317043f7a948f61b8f87d2dd81f2c699c88f2/package.json#L37-L41

ayoubkhan558 commented 1 year ago

Hey, gsap is listed as a peer dependency, so you have to install it yourself

https://github.com/ajmnz/custom-cursor-react/blob/6dc317043f7a948f61b8f87d2dd81f2c699c88f2/package.json#L37-L41

You have to install a whole new library, just for the cursor. Does not make sense.