coreybutler / nvm-windows

A node.js version management utility for Windows. Ironically written in Go.
MIT License
37.44k stars 3.33k forks source link

Windows 8.1 PATH env var does not evaluate locations #336

Open Tatsujinichi opened 6 years ago

Tatsujinichi commented 6 years ago

file paths are specified in other env variables, these were not evaluated.

If this is a question about how to use NVM4W, please use stackoverflow instead.

If this is an issue regarding antivirus, make sure you search the existing issues first.

My Environment

I'm using NVM4W version:

I have already...

My issue is related to (check only those which apply):

Expected Behavior

Fill me in...

Actual Behavior

Fill me in...

Steps to reproduce the problem:

Fill me in...

k-j-kleist commented 5 years ago

Are you by any chance using Powershell?

I am noting that $env:PATH contains "%NVM_HOME%;%NVM_SYMLINK%" which of course just CMD understands but not Powershell.