vueuse / motion

🤹 Vue Composables putting your components in motion
https://motion.vueuse.org
MIT License
2.13k stars 75 forks source link

Can't resolve defu in @vueuse/motion/dist/index.mjs #166

Closed mikael-j-rich closed 4 months ago

mikael-j-rich commented 5 months ago

The dependency "defu" does not seem to get installed. Where is this coming from?

wuhaohuang commented 5 months ago

same problem + 1

aquarius-wing commented 5 months ago

I solved it by execute the shell below

npm install defu

or

yarn add defu
BobbieGoede commented 4 months ago

I'm unable to reproduce this using the latest release so I'm closing this, if you're still experiencing this after updating please open a new issue with a reproduction.