Skip to content

It doesn't work in windows #2

@beradrian

Description

@beradrian

nvm does not use .nvmrc on Windows.
But I think something like this is possible in Windows:

if (Test-Path .nvmrc) {
    nvm use $(Get-Content .nvmrc)
}

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