nvm
Here are 214 public repositories matching this topic...
A node.js version management utility for Windows. Ironically written in Go.
-
Updated
Nov 10, 2020 - Go
Zsh plugin for installing, updating and loading nvm
-
Updated
Jun 16, 2020 - Shell
Node.js version manager lovingly made for Fish.
-
Updated
Dec 8, 2020 - Shell
Run any command on specific Node.js versions
-
Updated
Dec 4, 2020 - JavaScript
Build userspace NVMe drivers and storage applications with CUDA support
-
Updated
Mar 5, 2020 - C
Node version manager wrapper for Fish shell
-
Updated
Feb 17, 2020 - Shell
Scalable Hashing on Persistent Memory
-
Updated
Nov 14, 2020 - C++
What tools and plugins I use for web development?
-
Updated
Nov 19, 2020 - Shell
Installs NVM & Node.js on Debian/Ubuntu and RHEL/CentOS
-
Updated
Aug 6, 2020
Benchmarking framework for index structures on persistent memory
-
Updated
Jun 20, 2020 - C++
An open-source BzTree implementation
-
Updated
Jul 10, 2020 - C++
A very simple bootstrap script to install some development tools to the Windows 10 Ubuntu Bash system - Ruby, Perl, Python, Node, Sublime Text and more!
-
Updated
Sep 16, 2018 - Shell
nodenv plugin that detects the node version based on .nvmrc.
-
Updated
Jul 28, 2020 - Shell
-
Updated
Jun 3, 2020 - JavaScript
nvm + execa = nvexeca
-
Updated
Dec 4, 2020 - JavaScript
ZSH plugin to call `nvm use` automatically whenever you enter a directory that contains an `.nvmrc` file with a string telling nvm which node to use
-
Updated
Nov 22, 2017 - Shell
Improve this page
Add a description, image, and links to the nvm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nvm topic, visit your repo's landing page and select "manage topics."


I am running fnm on Alpine, meaning no glibc thus official node.js build can't be used. I set the appropriate mirror env variable to the unofficial one, but it still fails to install because my arch is x64 but the unofficial build has
-muslappended onto that. Hopefully a flag to override that can be added