> ionic start ionic4test tabs
After a second or two the process stopped with the following error
- Downloading and extracting tabs starter (100.00%) events.js:193 throw er; // Unhandled 'error' event ^ ZlibError: zlib: Cannot read property 'length' of null at Unzip.Zlib.(anonymous function) (C:\Users\Ivan Karacic\AppData\Roaming\npm\node_modules\ionic\node_modules\minizlib\index.js:126:21) at Unzip.write (C:\Users\Ivan Karacic\AppData\Roaming\npm\node_modules\ionic\node_modules\minizlib\index.js:247:21) at Unzip.flush (C:\Users\Ivan Karacic\AppData\Roaming\npm\node_modules\ionic\node_modules\minizlib\index.js:206:10) at Unzip.end (C:\Users\Ivan Karacic\AppData\Roaming\npm\node_modules\ionic\node_modules\minizlib\index.js:213:10) at Unpack.end (C:\Users\Ivan Karacic\AppData\Roaming\npm\node_modules\ionic\node_modules\tar\lib\parse.js:416:21) at IncomingMessage.onend (_stream_readable.js:598:10) at Object.onceWrapper (events.js:322:30) at emitNone (events.js:120:20) at IncomingMessage.emit (events.js:218:7) at endReadableNT (_stream_readable.js:1054:12)
I first tried updating the minizlib Node module but that didn’t help.
After some random web searches I found out what the issue is.
A simple upgrade to a 10+ Node.js version did the trick.
It took me around 30 minutes to figure this one out so I hope that this might help you get to the answer a little quicker.
Until next time,
happy coding.