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' #24

Open ayoubkhan558 opened 1 year ago

ayoubkhan558 commented 1 year ago

Compiled with problems:X

ERROR in ./node_modules/custom-cursor-react/dist/index.modern.js 3:0-28 Module not found: Error: Can't resolve 'gsap' in 'D:\OnGoing Projects\xnation-reactjs\node_modules\custom-cursor-react\dist'

image

garudaputro commented 1 year ago

just install gsap with this code

npm install gsap react-gsap

ayoubkhan558 commented 1 year ago

just install gsap with this code

npm install gsap react-gsap

It a heavy library, why someone just installs it for a cursor?