Error: Could not find a declaration file for module 'styled-components'
Solution:
You need to install not only "styled-components" but "@types/styled-components" for developers:
npm install @types/styled-components --save-dev
Just another Yipp.ca Blogs site
You need to install not only "styled-components" but "@types/styled-components" for developers:
npm install @types/styled-components --save-dev
Recent Comments