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.
When running the command
ionic start photo-gallery tabs --type=angular --capacitor
from the tutorial, thepackage.json
in thephoto-gallery
folder hasjasmine-core
at 3.4, which gives an npm warning because 3.5 is needed. Updating that number to 3.5 mitigates the warning.