react-semantify icon indicating copy to clipboard operation
react-semantify copied to clipboard

Unmet peer dependency

Open opsb opened this issue 9 years ago • 1 comments
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.

opsb avatar May 23 '16 18:05 opsb

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

opsb avatar May 24 '16 07:05 opsb