Failed to run ionic server

0

Good afternoon,

I'm trying to run the ionic serves right after creating the project without even tinkering with anything and always comes the same fault. I do not know what to try anymore.

When I run the "ionic serve" command it brings me this message, not running the application.

ionic-app-scripts serve "--v2" "--address" "0.0.0.0" "--port" "8100" "--livereload-port" "35729"

This failure persists and I can not execute. I'm running the node 6.10 Cordova 6.5 and the ionic v2.

What can this be?

    
asked by anonymous 28.03.2017 / 20:25

1 answer

1

If you just created the project, it probably downloaded the ionic-app-scripts from version 1.2.2, this version is presenting this problem on many systems, I recommend you rollback the version to 1.1.4 that is working correctly using the command: npm install @ionic/[email protected] --save-dev

Follow the issue on GitHub about the problem 1.2.2 "ionic serve" just hangs and not responding # 858

    
29.03.2017 / 18:29