generator-ionic icon indicating copy to clipboard operation
generator-ionic copied to clipboard

yo ionic -> issues

Open Robinyo opened this issue 9 years ago • 4 comments

  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 avatar Jul 04 '15 10:07 Robinyo

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

  • yo ionic
  • Would you like to use Sass with Compass (requires Ruby)? No
  • Which Cordova plugins would you like to include? org.apache.cordova.device, org.apache.cordova.console, com.ionic.keyboard
  • Which starter template would you like to use? Sidemenu
  • grunt serve
  • ERR_CONNECTION_REFUSED => update 'package.json' => "grunt-concurrent": "1.0.0"
  • delete node_modules (folder)
  • npm install
  • grunt serve

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.

Robinyo avatar Jul 05 '15 00:07 Robinyo

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

crorodriguezro avatar Jul 21 '15 04:07 crorodriguezro

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

Robinyo avatar Jul 21 '15 04:07 Robinyo

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

crorodriguezro avatar Jul 21 '15 05:07 crorodriguezro