ionic-team / tutorial-photo-gallery-angular

Photo Gallery Tutorial: Ionic Angular and Capacitor
https://ionicframework.com/docs/angular/your-first-app
Other
141 stars 186 forks source link

Update jasmine-core #8

Closed kklamberty closed 4 years ago

kklamberty commented 4 years ago

When running the command ionic start photo-gallery tabs --type=angular --capacitor from the tutorial, the package.json in the photo-gallery folder has jasmine-core at 3.4, which gives an npm warning because 3.5 is needed. Updating that number to 3.5 mitigates the warning.

dotNetkow commented 4 years ago

Thanks for this - updated just now with migration to Capacitor 2.0. Cheers.