I am encountering an issue while trying to install the Twilio CLI using Scoop package manager. The installation process encounters a decompression error during the installation of the Twilio package. Here are the steps I've taken and the error message I'm receiving:
I have tried clearing the cache using scoop cache rm twilio.
I have ensured that Git is installed using scoop install git.
I added the Twilio bucket using scoop bucket add twilio-scoop https://github.com/twilio/scoop-twilio-cli.
I attempted to install the Twilio CLI using scoop install twilio, but the decompression error persists.
I would appreciate any assistance in resolving this issue. Thank you.
Issue with Installing Twilio CLI using Scoop
I am encountering an issue while trying to install the Twilio CLI using Scoop package manager. The installation process encounters a decompression error during the installation of the Twilio package. Here are the steps I've taken and the error message I'm receiving:
Steps Taken:
Clear Scoop Cache:
scoop cache rm twilio
Install Git (If Not Already Installed):
scoop install git
Add the Twilio Bucket:
scoop bucket add twilio-scoop https://github.com/twilio/scoop-twilio-cli
Install the Twilio CLI:
scoop install twilio
Error Message:
During the installation of the Twilio package, the process encounters a decompression error with the following details:
twilio-win32-x64.tar.xz (41.0 MB) [===========================================================================] 100% Checking hash of twilio-win32-x64.tar.xz ... ok. Extracting twilio-win32-x64.tar.xz ... ERROR Exit code was 2! Failed to extract files from C:\Users\isaac.thompson\scoop\apps\twilio\5.13.0\twilio-win32-x64.tar. Log file: ~\scoop\apps\twilio\5.13.0\7zip.log
Please try again or create a new issue by using the following link: https://github.com/twilio/scoop-twilio-cli/issues/new?title=twilio%405.13.0%3a+decompress+error
Next Steps:
I have tried clearing the cache using scoop cache rm twilio. I have ensured that Git is installed using scoop install git. I added the Twilio bucket using scoop bucket add twilio-scoop https://github.com/twilio/scoop-twilio-cli. I attempted to install the Twilio CLI using scoop install twilio, but the decompression error persists. I would appreciate any assistance in resolving this issue. Thank you.