https://github.com/alexsch01/nodeswitch
Node version switcher for Microsoft Windows x64
https://github.com/alexsch01/nodeswitch
microsoft node switcher version windows x64
Last synced: about 2 months ago
JSON representation
Node version switcher for Microsoft Windows x64
- Host: GitHub
- URL: https://github.com/alexsch01/nodeswitch
- Owner: alexsch01
- License: mit
- Created: 2023-01-06T15:03:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-26T20:04:31.000Z (4 months ago)
- Last Synced: 2026-04-30T12:36:56.436Z (about 2 months ago)
- Topics: microsoft, node, switcher, version, windows, x64
- Language: PowerShell
- Homepage: https://www.npmjs.com/package/nodeswitch
- Size: 60.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodeswitch
Node version switcher for Microsoft Windows x64
https://github.com/alexsch01/nodeswitch
#### Linux Version
https://github.com/alexsch01/nodeswitch-linux
#### How To Install
```
npm install -g nodeswitch
*****
Node versions installed by this tool are in the "C:\Users\YOUR_USERNAME\AppData\Roaming\nodeswitch" folder
*****
```
#### Examples
```
nodeswitch add 12.16.3
nodeswitch add 18.13.0
nodeswitch remove 12.16.3
nodeswitch remove 18.13.0
nodeswitch use 12.16.3
nodeswitch use 18.13.0
nodeswitch use default
nodeswitch list
nodeswitch path
```
#### How To Uninstall
```
npm uninstall -g nodeswitch
*****
In the "C:\Users\YOUR_USERNAME\AppData\Roaming\npm" folder, delete 4 files: nodeswitch, nodeswitch.cmd, nodeswitch.ps1, and nodeswitch.sh
In the "C:\Users\YOUR_USERNAME\.bash_profile" file, remove the line [alias nodeswitch="source nodeswitch"]
*****
```