You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows: I cloned git repo for local use and added the directory to PATH.
NVS can be recognized on Windows, and can also be recognized on WSL.
Windows: I added some node versions.
WSL: nvs ls got nothing. And nvs add removed node directory that installed on Windows, and installed node again.
Windows: nvs ls cannot list nodes installed on WSL. And when I run nvs add again on Windows, I got permission error.
I know that Windows and WSL use different node releases, but we can installed then into different directories, then we can use nvs and node both on Windows and WSL without conflict.
The text was updated successfully, but these errors were encountered:
nvs ls
got nothing. Andnvs add
removed node directory that installed on Windows, and installed node again.nvs ls
cannot list nodes installed on WSL. And when I runnvs add
again on Windows, I got permission error.I know that Windows and WSL use different node releases, but we can installed then into different directories, then we can use nvs and node both on Windows and WSL without conflict.
The text was updated successfully, but these errors were encountered: