ifndefdeadmau5 / react-floating-button-menu

A customizable floating action button menu that follows material design
https://ifndefdeadmau5.github.io/react-floating-button-menu/
46 stars 15 forks source link

Module not found upon install #46

Open houmark opened 3 years ago

houmark commented 3 years ago

On installing this package I get the following error:

Failed to compile.

./node_modules/react-floating-button-menu/es/ChildButton.js Module not found: Can't resolve 'styled-components' in '/Sites/node_modules/react-floating-button-menu/es'

I did try re-compiling completely but end up with the same result.

ifndefdeadmau5 commented 3 years ago

Hey @houmark, that's because current implementation needs 'styled-components' as a peer dependency, and I'm planning to remove it completely in near future. Until then you just need to install it together