I'm currently setting up the Moodle Mobile App for development and encountering an issue when trying to start the app using npm start. The app seems to hang indefinitely at "Waiting for connectivity with npm.
C:\Users\ccs\StudioProjects\moodleapp>npm start
> moodlemobile@4.5.0 start
> ionic serve --browser=$MOODLE_APP_BROWSER --ssl
> npm.cmd run ionic:serve:before
> moodlemobile@4.5.0 ionic:serve:before
> gulp
[17:58:54] Using gulpfile ~\StudioProjects\moodleapp\gulpfile.js
[17:58:54] Starting 'default'...
[17:58:54] Starting 'lang'...
[17:58:54] Starting 'env'...
[17:58:54] Starting 'icons'...
[17:58:54] Finished 'env' after 140 ms
[17:58:54] Finished 'icons' after 143 ms
[17:58:54] Finished 'lang' after 599 ms
[17:58:54] Finished 'default' after 603 ms
> npm.cmd run ionic:serve -- --host=localhost --port=8100 --ssl --project=app
[npm] > moodlemobile@4.5.0 ionic:serve
[npm] > gulp watch & NODE_OPTIONS=--max-old-space-size=4096 ng serve --host=localhost --port=8100 --ssl --project=app
[npm] [17:58:59] Using gulpfile ~\StudioProjects\moodleapp\gulpfile.js
[npm] [17:58:59] Starting 'watch'...
[INFO] Waiting for connectivity with npm...
[INFO] Waiting for connectivity with npm...