Charles Pierce

Results 241 comments of Charles Pierce

Hi @cthompson-avb, that's very strange! I have the same macOS version (even an M2 Max), and the same SHA256 hash for `volta-shim` v2.0.1 and I'm not seeing anything like that....

Thanks for the reports, and the environment investigation! I suspect this might be related to the fact that we use `cmd /C` to execute the shimmed packages—I wonder if there's...

Didn't get to investigating that weekend 😅 However just now I did confirm, and from some digging online, I think this might be a hard limitation of `cmd.exe`, which we...

Hi @zhongduyiyu, thanks for the report! I suspect this is an issue with our somewhat haphazard hooks implementation—when we're not using hooks, we correctly fall back to the Intel version...

The 2nd part of this is potentially tricky for a couple of reasons: First, we don't have an obvious way to determine the version of a local binary: It would...

I missed this comment when the issue first came up, but I agree. Since we don't have a way forward yet on showing the _correct_ version, we should at the...

I had a thought on how to determine the version: We could display the value from `package.json` directly, including any semver ranges. So if they have `"typescript": "^3.0.0"`, we would...

Hi @Sjoo90, that's odd! The MSI was built by our CI job (like all of our other releases). Are there any more details about why that antivirus thinks it's a...

Hi @Sjoo90 similar to @jsejcksn, I'm not seeing any issues with the installer. I cleared it out, installed from `winget`, then ran a full Windows Defender scan on my machine...

Alternatively, using `Get-FileHash` I get the SHA256 of `volta.exe` to be: ``` C6EB40664964ED96E29D6E24E5948448BCDCFA29EE742FBE7B928458B4C4BF5F ```