[email protected] requires a peer of ajv@^6.0.0
Solution 1:
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
Solution 2:
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.