npm install outputs the following warning:
npm WARN nswag@11.11.3 requires a peer of npm@>=3.10.8 but none is installed. You must install peer dependencies yourself.
npm -v outputs 5.5.1
Why is npm complaining about the missing peer dependency?
This question isn't a duplicate of What's the difference between dependencies, devDependencies and peerDependencies in npm package.json file?. That question doesn't even mention engines and doesn't explain that peerDependencies are not searched among global packages.
