nvs
nvs copied to clipboard
Node Version Switcher - A cross-platform tool for switching between versions and forks of Node.js
Add clarification around Mac/Linux installation instructions for user and system installations.
Currently, the dynamic module used in a post-script for PowerShell exports a `prompt` function, which overrides the original. It also uses an environment variable `NVS_ORIGINAL_PROMPT` to store the entire stringified...
According to the npm issue. I'm not sure from which version of npm this issue started, but I currently have npm v8.15.0 installed. The new version of npm runs `npm...
Since nothing else on this repo pointed to this error, here's a write up... ## tl;dr; Windows: `set NODE_EXTRA_CA_CERTS=C:\path\to\your\ca.pem` Use the UI to set a environment variable to make it...
With arm64 as a new platform supported by Node v16, I've noticed that if I want to use NVS in a project that still requires Node v14, `nvs use` will...
Firstly: Great tool I installed this tool on Mac for fish according to [this](https://github.com/jasongin/nvs/issues/69#issuecomment-406770755) comment. Now my issue is, that it does mostly work as expected, however no matter which...
utilize stack trace to solve this problem. Refer to https://github.com/TooTallNate/node-agent-base/pull/36. Fixes https://github.com/jasongin/nvs/issues/239.
The substitution `"${(%):-%x}"` in [nvs.sh](https://github.com/jasongin/nvs/blob/master/nvs.sh#L14) fails under BusyBox `sh`, and causes the script to exit. Due to `ash` quirks, you can only actually see the error if the substitution is...
OS:macOS 12.3.1 x64 NVS Version: 1.6.2 Description: I update NVS to 1.6.2, then i run `nvs add dubnium` and 'nvs ls-remote', it console `Protocol "https:" not supported. Expected "http:"`. I...
I couldn't find in the docs how to uninstall nvs. I'd appreciate your guidance. Thank you.