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

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -