KyleAMathews / react-spinkit

A collection of loading indicators animated with CSS for React
http://kyleamathews.github.io/react-spinkit/
MIT License
1.49k stars 73 forks source link

1.1.4: Cannot find module 'cssify' from 'node_modules/react-spinkit' #21

Closed idolize closed 8 years ago

idolize commented 8 years ago

I'm using Browseify to build my app, and because cssify is only a devDependency it does not appear to install.

As a result, trying to build my app always results in the following error:

Cannot find module 'cssify' from 'node_modules/react-spinkit'
KyleAMathews commented 8 years ago

Cssify is in devdependencies for the demo. You're expected to install and configure cssify yourself for your application.

idolize commented 8 years ago

Hmm, okay, well in that case it would probably be good to make that a bit more obvious in the docs or something. Getting a missing dependency error when building does not make it obvious that this is the expected behavior.