You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./node_modules/formsy-material-ui/lib/FormsyText.js
Module not found: Can't resolve 'create-react-class' in '/Users/alienriquebm/NodeApps/digheon/tuhogarrenace/tuhogarrenace.client/node_modules/formsy-material-ui/lib'
I ran into this as well. create-react-class is listed as a peerDependency in formsy-material-ui's package.json. As of npm 3 peer dependencies are not installed by default. So adding this to your project's package.json file should resolve the issue.
Right now i receive this error:
This are my dependencies:
Can you help me please? Thanks a lot for your hard work.
The text was updated successfully, but these errors were encountered: