generator-ionic
generator-ionic copied to clipboard
yo ionic -> issues
- ERR_CONNECTION_REFUSED so updated
package.json
: "grunt-concurrent": "1.0.0" -
grunt serve
results in blank page with console errors:
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
The problem (mentioned in the comment above) seems to be related to NOT selecting any Cordova plugins.
i have the same error in two differents computers,and I selected cordova plugins and i also got ERR_CONNECTION_REFUSED
This worked for me: http://robferguson.org/2015/07/06/ionic-angular-and-cordova/
That worked for me too! thanks for the quick response.