Outdated Powershell Script
Closed this issue · 0 comments
parmesant commented
The script to download and setup Parseable on a windows machine is outdated with the following error popping up-
=========================
OS: windows
CPU arch: x86_64
Checking for existing installation...
No existing installation found
Fetching latest release...
Directory: C:\Users\anant\.parseable
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 7/9/2024 8:28 AM bin
Downloading Parseable version , for OS: windows, CPU architecture: x86_64
Invoke-WebRequest : 308 Permanent Redirect
nginx
At G:\projects\local_parseable\parseable\scripts\download.ps1:115 char:5
+ Invoke-WebRequest -Uri $download_url -OutFile $BIN
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
eption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Adding Parseable to PATH...
Parseable was downloaded successfully! at C:\Users\anant\.parseable\bin
To get started, restart your terminal/editor, then type "parseable"