0

I have followed every steps as mentioned here

And then i ran the npm start command and also ionic serve command separately, but command prompt does not show any errors nor the browser console, web browser showing this,

enter image description here '

command prompt

enter image description here

What is wrong here ?

pl-jay
  • 970
  • 1
  • 16
  • 33

1 Answers1

0

It looks like you are on Windows? There is an issue where npm start hangs. If you run the npx commands directly yourself, it works. See the Troubleshooting entry in the documentation.

marxjohnson
  • 830
  • 7
  • 21
  • Yes i'm using Windows, but npm start command running without a any errors – pl-jay Aug 03 '21 at 08:28
  • It may not be giving you an error, but that doesn't mean it's running to completion. As the link says, it can hang on "Starting 'watch'". Did you try running the commands shown at that link? – marxjohnson Aug 03 '21 at 15:30