nvm
Here are 274 public repositories matching this topic...
A node.js version management utility for Windows. Ironically written in Go.
-
Updated
Jul 4, 2022 - Go
Zsh plugin for installing, updating and loading nvm
-
Updated
Jun 7, 2022 - Shell
Node.js version manager lovingly made for Fish.
-
Updated
Jun 22, 2022 - Shell
Run any command on specific Node.js versions
-
Updated
Jun 27, 2022 - JavaScript
Build userspace NVMe drivers and storage applications with CUDA support
-
Updated
May 18, 2022 - C
Node version manager wrapper for Fish shell
-
Updated
Nov 15, 2021 - Shell
Scalable Hashing on Persistent Memory
-
Updated
Sep 28, 2021 - C++
Setup your MacOS for web development in few minutes.
-
Updated
May 30, 2022 - Shell
Installs NVM & Node.js on Debian/Ubuntu and RHEL/CentOS
-
Updated
Mar 14, 2022
The Paper List on Design and Implmentation of System Software
-
Updated
May 6, 2022
An open-source BzTree implementation
-
Updated
Aug 3, 2021 - C++
Benchmarking framework for index structures on persistent memory
-
Updated
Jun 27, 2022 - C++
Only for 42Network schools, this installer installs brew, then it installs valgrind, node (with nvm), docker, docker-machine and minikube with brew, under your confirmations.
-
Updated
May 11, 2022 - Shell
nodenv plugin that detects the node version based on .nvmrc.
-
Updated
May 6, 2022 - Shell
DEPRECIATED! Use "linux-comfy-chair" instead. 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
Jul 11, 2021 - Shell
nvm + execa = nvexeca
-
Updated
Jun 27, 2022 - JavaScript
-
Updated
Jun 3, 2020 - JavaScript
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