airbnb / react-with-styles

Use CSS-in-JavaScript with themes for React without being tightly coupled to one implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module not found: 'aphrodite'

jorendemaeyer1996 opened this issue · comments

I installed and followed everything thats in the docs and i've gotten this error.

screen shot 2017-04-04 at 10 33 26
screen shot 2017-04-04 at 10 31 45
screen shot 2017-04-04 at 10 24 25

Aphrodite is a peer dep of react-with-styles-interface-aphrodite; you have to manually add that to your toplevel package.json.

An npm ls will also reveal the missing dependency.