Ionic "ionic start myApp tabs" don't work!

Hi.

I installed all with npm in to Ubuntu 14.10

When I try generate a new app with this command:

ionic start myApp tabs

Nothing happens! And the folders aren’t created! What could be? Please.

I solved the problem, I upgrade from node 0.10 to 0.12 thanks.

I had the same problem today.
For me the fix was to install cordova:

npm install cordova -g

I reinstall and it fix to me ok npm install cordova -g