I get that message every time when trying to install zapier-cli. Can someone help me with solving the issue?
I think you need to manually install ajv or update it to version 6 if you already have a lower version installed
npm i ajv
I had a similar issue so I installed it manually and everything worked for me
David here, from the Zapier Platform team. It looks like this is a bug with npm itself. Updating npm (npm i -g npm
) or manually installing ajv (npm i -g ajv@6
) should resolve the warning.
Problems: npm WARN [email protected] requires a peer of ajv@^6.0.0 but none is installed.
You must install peer dependencies by yourself.
You missed the dependencies of ajv@^6.0.0
Just install it :
npm install ajv@^6.0.0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With