Can't resolve 'styled-components'
Closed this issue · 1 comments
lauborges commented
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
danistefanovic commented
styled-components
is a peer dependency and is needed for this package to work.