diegonetto / generator-ionic

Build hybrid mobile apps using the Ionic Framework
MIT License
1.74k stars 336 forks source link

yo ionic -> issues #225

Open Robinyo opened 9 years ago

Robinyo commented 9 years ago
  1. ERR_CONNECTION_REFUSED so updated package.json: "grunt-concurrent": "1.0.0"
  2. grunt serve results in blank page with console errors:

screen shot 2015-07-04 at 20 06 11

Robinyo commented 9 years ago

Step by step (OS X Yosemite, node 0.12.5, npm 2.11.2):

screen shot 2015-07-05 at 10 11 00

The problem (mentioned in the comment above) seems to be related to NOT selecting any Cordova plugins.

crorodriguezro commented 9 years ago

i have the same error in two differents computers,and I selected cordova plugins and i also got ERR_CONNECTION_REFUSED

Robinyo commented 9 years ago

This worked for me: http://robferguson.org/2015/07/06/ionic-angular-and-cordova/

crorodriguezro commented 9 years ago

That worked for me too! thanks for the quick response.