You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue, I had Puro working previously, but now it's not installing, apparently I had puro installed in a previous location, if you go to c:\users\{user}\appdata\local\temp\puro.exe and run a terminal in that dir, then run ./puro.exe --install-puro It should install puro,
you might manually have to update the path variable and point it to the puro.bat file.
I am trying to setup a new Flutter enviornment on my work machine, and I am using the powershell script to install puro:
Invoke-WebRequest -Uri "https://puro.dev/builds/1.4.4/windows-x64/puro.exe" -OutFile "$env:temp\puro.exe"; &"$env:temp\puro.exe" install-puro --promote
However, I get the following output:
I then tried the stand alone installer, also with no success. It just opens and closes, no error output and no install message.
The text was updated successfully, but these errors were encountered: