react-simple-chatbot
react-simple-chatbot copied to clipboard
Module not found: Can't resolve 'styled-components' in react-simple-chatbot/dist
Describe the bug
styled-components is not included in deps
To Reproduce Steps to reproduce the behavior:
- Start an brand new react app
- put the chatbot into src/App.js
Expected behavior Should work properly
Screenshots

- npm: 6.14.8
- node: v10.13.0
try install npm install styled-components
that worked for me thanks