I'm trying to install materialize-css with npm:
npm install materialize-css --save-dev
But I get the following error:
2887 error node v4.2.4
2888 error npm v2.14.12
2889 error code EPEERINVALID
2890 error peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements!
2890 error peerinvalid Peer [email protected] wants es6-shim@^0.35.0
What does this error mean and how can I fix it?
node_modulesand reinstalled everything from scratch, and materialize was installed this time :)