Skip to content

Install-NodeVersion 20 Fails #101

Closed
Closed
@drekuru

Description

@drekuru

Issue:
Running the following command Install-NodeVersion 20 fails with a path issue. Per the screenshot
image

it's looking for a nodejs dir which is no longer sitting in the .u directory but is nested inside of a new dir PFiles64.

image

Adding a check for this unpack should fix the problem

System: Windows 10
Environment: Windows Powershell, Powershell 7.3.4 (tested in both)

As a side note:
Powershell v6+ Supports chaining params in the Join-Path command like Join-Path "str1 "str2" "str3" and so on, (beyond 2 params).
However this syntax doesn't work with windows powershell

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions