react-simple-chatbot icon indicating copy to clipboard operation
react-simple-chatbot copied to clipboard

Module not found: Can't resolve 'styled-components' in react-simple-chatbot/dist

Open xg1990 opened this issue 4 years ago • 2 comments

Describe the bug

styled-components is not included in deps

To Reproduce Steps to reproduce the behavior:

  1. Start an brand new react app
  2. put the chatbot into src/App.js

Expected behavior Should work properly

Screenshots

image

  • npm: 6.14.8
  • node: v10.13.0

xg1990 avatar Mar 16 '21 10:03 xg1990

try install npm install styled-components

pioneersingh321 avatar Mar 25 '21 11:03 pioneersingh321

that worked for me thanks

tadstratford avatar May 01 '21 16:05 tadstratford