Error when trying ionic start myApp creator:number

At first this was working, but now I get this error:

Updated the hooks directory to have execute permissions
Update Config.xml
Initializing cordova project
Adding in iOS application by default

<— Last few GCs —>

59849 ms: Scavenge 1403.6 (1457.0) → 1403.6 (1457.0) MB, 9.2 / 0 ms (+ 1.8 ms in 1 steps since last GC) [allocation failure] [incremental marking delaying mark-sweep].
60733 ms: Mark-sweep 1403.6 (1457.0) → 1403.1 (1457.0) MB, 884.4 / 0 ms (+ 2.8 ms in 2 steps since start of marking, biggest step 1.8 ms) [last resort gc].
61610 ms: Mark-sweep 1403.1 (1457.0) → 1402.5 (1457.0) MB, 876.9 / 0 ms [last resort gc].

<— JS stacktrace —>

==== JS stack trace =========================================

Security context: 0x1f7f83144a49
1: join [native array.js:~337] [pc=0x6400549ce53] (this=0x1f7f8319e519 <JS Array[5]>,C=0x1f7f8316fef9 <String[1]: />)
2: resolve [path.js:~419] [pc=0x640054a14f1] (this=0x36f6c3769461 <an Object with map 0x6aca1b26d31>)
3: arguments adaptor frame: 1->0
4: mkdirP(aka mkdirP) [/usr/local/lib/node_modules/ionic/node_modules/unzip/node_modules/fstream/node_modules/mkdirp/index.js:~7…

FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory
Abort trap: 6

Any help please?

In verbose mode I also get these errors:

Initializing cordova project
unzipRepo writeStream: Error: invalid signature: 0xa
unzipRepo writeStream: Error: invalid signature: 0xac850000
unzipRepo writeStream: Error: invalid signature: 0x4771
Adding in iOS application by default

I have fixed it by uninstalling everything and starting again