react-toolbox / react-toolbox-themr

A tool to statically extract and generate custom themes for React Toolbox
MIT License
240 stars 24 forks source link

Installing react-toolbox-themr #21

Closed Cloudilicious closed 7 years ago

Cloudilicious commented 7 years ago

Hi there,

After initialising an app using react-create-app and installing react-toolbox, I am getting the following error message when trying to install react-toolbox-themr:

react-toolbox-themr@1.0.2 requires a peer of react-toolbox@^2.0.0 but none was installed

However, I have the following in my package.json: "react-toolbox": "^2.0.0-beta.6"

Any advice would be much appreciated. Thank you!

ingro commented 7 years ago

Are you still using npm@2.x? That error should become a simple warning with npm@3.x.

Cloudilicious commented 7 years ago

Thanks for your reply ingro. You were right. I was using npm 3.10.9 so I checked my node-modules folder and the themr files were there.

javivelasco commented 7 years ago

Cool!