Can't build project

when i init project and chose blank project i get this message

? Choose a template: expo-template-blank

[01:19:45] Extracting project files…

[01:19:45] zlib: Cannot read property ‘length’ of null

[01:19:45] Set EXPO_DEBUG=true in your env to view the stack trace.

any ideas?

Hey @skokonsjhr,

What version of expo-cli are you running? Also, what OS are you running it on?

I just ran expo init without any issue on the latest version 2.6.13 on MacOS 10.14.1.

Cheers,

Adam

Hey @skokonsjhr ,

A follow-up: It looks like this is a known issue when running a node version less than 10.x. https://github.com/nodejs/node/issues/17041 If you are below that, do you think you could try updating node and see if that fixes it?

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.