-
Notifications
You must be signed in to change notification settings - Fork 354
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
Post-install extraction keeps failing when running npm install #487
Comments
We have the same issue at our company, it's very annoying! |
Hi guys, Thanks for bringing this to our attention! I just tried I found some similar issues in that github repo thejoshwolfe/yauzl#69, thejoshwolfe/yauzl#98 and thejoshwolfe/yauzl#60. However these issues might be unrelated since I don't think we are using Mac Archive Utility to create the In the meanwhile, we will investigate if it's feasible to put WebViewer worker files on npm so that you don't need to use the downloader to download them in your pipeline. Sorry for the inconvenience! |
For our pipeline, we are using the node official Docker image |
Hi guys, we made an attempt to fix this issue. Can you try the latest version and see if the issue is fixed? To install the latest |
After a couple of test, it seems to work fine now. Thanks! |
We still face this issue on a regular basis running |
I remove node v12 from the pipeline. No issues with v10 so far |
Post-install extraction keeps failing when running npm install
We have integrated webviewer in our react app, but we keep running into an issue where
@pdftron/webviewer-downloader
's post-installation script keeps failing randomly.The build scripts fail with the error:
Our pipeline is simply:
It also happens once in a while installing locally, with the same error message. Do you have any idea how to fix this? Rerunning failed pipelines is a bit annoying...
The text was updated successfully, but these errors were encountered: