I am getting the following warnings but i didn´t figure out how to update them. I also have tried to install the dependencies needed but it does not work.
npm WARN [email protected] requires a peer of ajv@>=5.0.0 but none was installed.
npm WARN [email protected] requires a peer of ionic-angular@^3.4.0 but none was installed.
npm WARN [email protected] requires a peer of @angular/core@^2.0.0 but none was installed.
npm WARN [email protected] requires a peer of @angular/http@^2.0.0 but none was installed.
Could you please help me?
Best regards.
Mine was saying:[email protected] requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
Upon searching for Ajv, I realized that ajv 6.0.0 is a release candidate so I added "ajv": "^6.0.1",
to the dependencies
im my package.json
file instead.
I ran npm install
. Then I reran my installation script and it eliminated my errors.
Hopefully, it will work for everyone else too.
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