-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Unzipping cypress preblem #2165
Comments
Hi @luxin59, are you behind a corporate proxy? If so, could you try some current workaround from this issue and let me know if this error goes away? #1469 (comment) |
I had this problem but only one time. Without corporate proxy. I installed package in other project and now package is treated as installed globally. I can't reproduce this problem now. Probably you can close this issue because it describe rare and accidentally occurring bug. |
I tried to excute the command of The first time, I encountered this problem,too. The error log says
and there is a npm warning says
Then I tried the second time. During the installation, there is no errors, but the waring still exists.The warning contents is described as below:
Can I omit this warning and continue to use cypress? And if I need to modify the file name "package-lock.json" to "package.json"? |
@limzhang The second warnings comes directly from npm and does not have to do with Cypress. They are just telling you that some fields should be added to your package.json file - you can ignore them though. If the |
Platform: darwin (16.7.0)
Cypress Version: 3.0.2
The text was updated successfully, but these errors were encountered: