Skip to content
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

Use 'unzipper' node module instead of system 'unzip' #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

YoranBrondsema
Copy link

I was deploying on an environment where unzip is not available as a system binary. Therefore, I replaced the call to the system unzip with the unzipper Node.js module. This way, the plugin can work in environments where unzip is not available in the system.

Beyond that, also made a few other changes:

  • generated yarn.lock
  • replaced gcloud with @google-cloud/storage. gcloud has been superseded by google-cloud and then by @google-cloud/storage.
  • upgraded fs-promise

There are no tests in the repo but I can confirm that my changes work. I've been deploying application using this branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant