-
|
When i try to install styled-components by npm install styled-components |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
also happenned to me and a someone that i know, we did the npm install styled-components@latest, it works. |
Beta Was this translation helpful? Give feedback.
-
|
This was an npm bug, not a styled-components issue. The error about |
Beta Was this translation helpful? Give feedback.
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.