node.js - IONIC BUILD IOS Does Nothing and just drop to next line -


when trying build , run ionic project, fail silently (no ouput) without building project or running simulator.

zeeshans-mbp:my-reddit zeeshansabri11$ ionic build ios

zeeshans-mbp:my-reddit zeeshansabri11$ ionic emulate ios

system details: cordova cli: 5.3.3 gulp version: cli version 3.9.0 gulp local: ionic version: 1.1.0 ionic cli version: 1.7.7 ionic app lib version: 0.6.3 ios-deploy version: 1.8.2 ios-sim version: 5.0.3 os: mac os x el capitan node version: v5.0.0 xcode version: xcode 7.1 build version 7b91b

nothing happening. getting errors , check udemy instructor , have been told installed node using sudo have uninstall complete node, ionic , cordova , reinstall i'm not getting errors build , emulate command not doing @ all.

i have seen similar post on forum seems old , recommending downgrade old version not sure if it's still valid.

btw: i'm new ionic, cordova , node please go easy on me :)

the problem using node 5.0.0 use node 4.1.2 instead:

if installed node via brew, try this:

brew switch node 4.1.2

it's unbelievable there no visible error displayed there.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -