-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find cssify #46
Comments
I'll assume you're using Browserify — in which case you need to add "cssify" for react-spinkit to work as it requires its own CSS. |
I had the same issue and despite installing |
I had the same issue with Fixed by set process.env.REACT_SPINKIT_NO_STYLES |
including |
Error: Cannot find module 'cssify' from '/Code/mysite/front-end/node_modules/react-spinkit'
The text was updated successfully, but these errors were encountered: