This morning I wanted to ensure I was all up-to-date so I ran the following command in my Ionic project folder:
$ npm update
Now when I run the following command, it fails but returns blank. No errors, no message, no nothing:
$ ionic build ios
I’ve tried deleting my node_modules
folder and reinstalling just incase there was an issue:
$ npm install
I’ve also tried installing the CLI again (I didn’t uninstall the CLI, I just ran the following):
$ sudo npm install -g ionic
I am running Mac OS X El Capitan.
Not sure what to do next? Any suggestions?
Thanks
Ben