-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Description
In windows i have created a link using the nvs link
command and when i reboot my pc the link breaks and it show the preinstalled node version.
In order to fix this the following is required:
- use
unlink
to unlink the version - use
link
again link the version you want - close any open terminal
- open a new terminal terminal
After doing the above all the concurrent nvs link
executions are visible and active to all open terminals as well as to newly created terminals.
The accepted behavior should be to work out of the box after rebooting without the need to follow the steps provided above.
Metadata
Metadata
Assignees
Labels
No labels