seviltagiyeva/react-vertical-tree

Module not found: Can't resolve 'styled-components' in '/home/user/project/node_modules/react-vertical-tree/dist'

Rahulvs10 opened this issue · 1 comments

Installed the package and compiled the app. Got this compilation error.

I had a similar issue, and I just had to install the 'styled-components':
npm install styled-components --save
fixed it for me!