Issue with styled-components
RodrigoOkuta opened this issue · 2 comments
RodrigoOkuta commented
I just installed and it crashes with the following message.
"./node_modules/react-tabtab/lib/TabList.js
Module not found: Can't resolve 'styled-components' in 'node_modules\react-tabtab\lib' "
walkerreynolds16 commented
I'm getting the same error
ctxhou commented
Hi all,
because we put the styled-components
to peerDependencies, you should install styled-components
manually.
I've added it to README
.
https://github.com/ctxhou/react-tabtab/blob/master/README.md#installation