Chad Auld
Results
3
comments of
Chad Auld
trafficstars
Added signed off
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](https://docs.npmjs.com/files/package.json#peerdependencies). So adding this to...
Makes sense... this post install process only works on *nix systems at the moment. I'll need to work on a version for Windows as well. For now you can manually...