Warning during update to 3.6 (app-scripts@latest)

I got these 2 warnings after running npm install @ionic/app-scripts@latest --save-dev

npm WARN deprecated object-keys@0.2.0: Please update to the latest object-keys
npm WARN ajv-keywords@2.1.0 requires a peer of ajv@>=5.0.0 but none was installed.

I saw multiple posts regarding these warnings, some of them pretty old, but didn’t find the real cause and/or solution.

Any ideas guys?

These are warnings, that some library is using a version it shouldn’t or doesn’t require something it should. Not caused by Ionic itself I think, so safe to ignore.

Yeah, I figured that. Just wasn’t sure if it’s ok to ignore them or not.

Thanks @Sujan12!

1 Like