Npm warn while doing npm install

npm WARN [email protected] requires a peer of ajv@>=5.0.0 but none was installed.

But both module got installed (ajv : 4.11.8 and ajv-keyword: 2.0.0: it has peer dependency of [email protected], which couldn’t install).

stale