ionic2 - Error installing ionic on Mac OS -


i'm trying install ionic on has error. i've checked other articles here, solution not help.

i using command:

sudo npm install -g ionic cordova 

i with:

$ npm --version 3.10.9 $ node --version v6.9.2 

and error: enter image description here

update:

there mentions of on ionic forums if search there

what remove ionic , cordova running

npm uninstall -g cordova 

and

npm uninstall -g ionic 

then start process again

npm install -g cordova ionic 

just note docs install cordova , ionic whereas looks did other way around have caused issues.


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -