-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
! zlib: Cannot read property 'length' of null #41
Comments
+1 |
Same problem here with Ubuntu 18.04. It is not a Windows 7 problem, definitely!
Update: Problem solved after updating node
$ node -v Previously I had node v9.0.0 |
Sorry my bad english. In fact, this is a similar problem with this one sapper ! zlib: unexpected end of file. The zlib problem means a problem in the downloaded archive and has nothing to do with node npm or npx. Apparently degit with a bad connection deflates a broken archive. And in the future uses it. I quote from Readme.md And until someone commits, he will try to use it. Solving the problem by deleting the degit folder. The question is can degit check archive integrity? Or add an option to reload an archive like --force-upload? |
Thanks @shvargon ! |
Hi guys,
When trying to create a template project with:
The following error is raised in the command line:
Environment
Windows 7 Professional
Command Line with/without Administrator rights
The path where I'm trying to initialize the project is not restricted in any way.
What it can be?
Update:
I think it is something related to Windows 7 or my machine. I've tested it on a Windows 10 and it is working fine. Can you please close this issue as probably there is no one to use Windows 7 anymore :P.
Best!
Razvan
The text was updated successfully, but these errors were encountered: