react-semantify
react-semantify copied to clipboard
Unmet peer dependency
trafficstars
I'm trying to install react-semantify in a fresh react-boilerplate project, node 6.0.0/npm 3.9 but I get the following error:
$ npm install react-semantify
├── [email protected] extraneous
└── UNMET PEER DEPENDENCY [email protected]
Confusingly [email protected] is installed in node_modules. As the correct version of webpack does appear to be installed I'm not sure what more could be done.
Steps to reproduce:
$ git clone https://github.com/opsb/react-semantify-install-issue
$ npm install react-semantify
That repo is a vanilla react-bootstrap project with the webpack dependency upgraded to 2.1.0-beta.7