danistefanovic/react-lazy-hero

Can't resolve 'styled-components'

Closed this issue · 1 comments

Hi. When loading the application, the error occurs
Module not found: Can't resolve 'styled-components' in '.../node_modules/react-lazy-hero/lib'

If I install the dependency in my project everything works.

node 8.11.4
react 16.3.1

styled-components is a peer dependency and is needed for this package to work.