Ionic install app

Getting error when start with

ionic start myApp tabs

Downloading and extracting tabs starter (100.00%)
events.js:193
throw er; // Unhandled ‘error’ event
^

ZlibError: zlib: Cannot read property ‘length’ of null

Update node version to 10.15.0 LTS.
Here this solution: https://github.com/nodejs/node/issues/17182
It works fine on 6, 7, 8 and 10.15.0 node versions.

1 Like

Already done,
Thanks a lot