Error in Setting up development environment for MoodleMobile_2

Re: Error in Setting up development environment for MoodleMobile_2

by sohaira akbar -
Number of replies: 1
I am having the same problem on windows, 
command: "npm run setup" execute successfully. but "ionic serve --google chrome" hang on [INFO]Waiting for connectivity with npm...
I also try "npx gulp watch & npx ionic-app-scripts serve -b --devapp --address=0.0.0.0" & separate as well. but now hang on:

Please share any alternative or any solution.
follow: https://docs.moodle.org/dev/Setting_up_your_development_environment_for_Moodle_Mobile_2
In reply to sohaira akbar

Re: Error in Setting up development environment for MoodleMobile_2

by Ludo M -

I launched 2 powershell

In the 1st:

npx gulp watch

In the 2nd:

npx ionic-app-scripts serve -b --devapp --address=0.0.0.0

As dev server is running and lint finished, opening http://localhost:8100/ in Chromium/Chrome browser should work.