After attempting to npm install simple-react-bootstrap-navbar
in my current project, I encountered an issue.
The project itself has react 15.1.0 listed as a dependency.
Interestingly, the simple-react-bootstrap-navbar
package specifies "react": ">=0.14.0",
as a devDependency.
Despite installing with the --save flag, which should ensure react is considered a peer dependency meeting the required version, I'm still encountering this error or warning message:
https://i.sstatic.net/Sm9XP.png
So, what exactly is causing this error and how can I go about solving it?
To provide some context, I am using npm version 3.9.3 along with Node version 4.4.4.