Robert Quinn

Results 7 comments of Robert Quinn

Did you find a solution for this @203Null ? I'm experiencing the same issue, can't figure it out.

@fbecart This also fails on my machine. When I run: ``` $ cargo build --target=wasm32-unknown-emscripten --release --verbose ``` I get this output: ``` error: dep-info invalid ``` I have no...

> I was seeing this with 7.1.0p3 and install-module posh-git. Turned out it was protected folder access. Allowing pwsh through the block resolved the issue for me. This also resolved...

I got this same error while using Powershell (Preview) `7.1.3`. ***The Solution*** Open up the standard Powershell (`5.1` or something), and try again. For me, it worked using the regular...

This is happening to me in Windows 10 as well, specifically the error: `Invoke-Expression: Exception calling "GetString" with "1" argument(s): "Array cannot be null. (Parameter 'bytes')"`

I figured it out, at least for me. I was trying to execute the install script as a single command. Like I pasted this: ```powershell [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Invoke-Expression (...

@flavors, are you going to update this package at any point? Or are there no plans for maintenance?