Hello guys,
I’m trying to install cordova on OS X.
npm install ionic
comannd worked fine but when I try to install cordova using npm install -g cordova
, installer is always stuck at shelljs … it doesn’t progress beyond shelljs.
extract:browserify sill extract: shelljs@0.3.0
How can I make this work? It looks like something is preventing this package from being installed on OS X.
I’m on OS X 10.11 El Capitan running on VMware…
I hope there’s a solution…
Thanks,