Material-ui: Material-ui Fails to install "The package [email protected] does not satisfy its siblings' peerDependencies "

Created on 18 Apr 2016  路  5Comments  路  Source: mui-org/material-ui

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:

Most helpful comment

@rapahelkottakal use npm install material-ui@next for the beta

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TimoRuetten picture TimoRuetten  路  3Comments

newoga picture newoga  路  3Comments

revskill10 picture revskill10  路  3Comments

ryanflorence picture ryanflorence  路  3Comments

finaiized picture finaiized  路  3Comments