|
When i try to install styled-components by npm install styled-components |
Replies: 2 comments
|
also happenned to me and a someone that i know, we did the npm install styled-components@latest, it works. |
|
This was an npm bug, not a styled-components issue. The error about |
This was an npm bug, not a styled-components issue. The error about
edgesOutwas a known npm issue in certain versions. Upgrading npm or usingnpm install styled-components@latest(as confirmed in the thread) resolves it.