I tried installing Material ui and got these errors please support.
npm ERR! node v4.2.2
npm ERR! npm v2.14.7
npm ERR! code EPEERINVALID
npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants react@^15.0.1
npm ERR! peerinvalid Peer [email protected] wants react@^0.14.3 || ^15.0.0
npm ERR! peerinvalid Peer [email protected] wants [email protected] || 15.x.x
npm ERR! peerinvalid Peer [email protected] wants react@^0.14.0
npm ERR! peerinvalid Peer [email protected] wants react@^0.14.0
npm ERR! Please include the following file with any support request:
npm ERR! peerinvalid Peer [email protected] wants react@^0.14.0
Next version supports react 15.
It still currently requires react-dom@^0.14.0 on npm. Please release next version
@rapahelkottakal use npm install material-ui@next for the beta
Thanks :)
Great set of components b.t.w.
The new version is different and needs new documentation. But for now the example folder has helped.
New documentation or heads up would be great, for instance importing modules causes errors while following official docs because the lib folder doesn't exist in material-ui module.
Most helpful comment
@rapahelkottakal use
npm install material-ui@nextfor the beta