When I go "Build Your First App" page in Angular, I saw the "Find the complete app code referenced in this guide on GitHub." to try to look at a fully formed app in VS code before building one from scratch. I downloaded got the code via gh repo clone ionic-team/tutorial-photo-gallery-angular and when tried ionic serve I got a ton of errors and couldn't actually serve the app to start. A google search suggested export NODE_OPTIONS=--openssl-legacy-provider ionic serve --host=localhost --port=8101 which did then allow me to serve the app finally.
Here is my full terminal output: zac-first-ionic-experience.txt
Browser: Chrome Version 149.0.7827.103
OS: Mac (Tahoe 26.5)
When I go "Build Your First App" page in Angular, I saw the "Find the complete app code referenced in this guide on GitHub." to try to look at a fully formed app in VS code before building one from scratch. I downloaded got the code via
gh repo clone ionic-team/tutorial-photo-gallery-angularand when triedionic serveI got a ton of errors and couldn't actually serve the app to start. A google search suggestedexport NODE_OPTIONS=--openssl-legacy-provider ionic serve --host=localhost --port=8101which did then allow me to serve the app finally.Here is my full terminal output: zac-first-ionic-experience.txt
Browser: Chrome Version 149.0.7827.103
OS: Mac (Tahoe 26.5)