#
nvm
Here are 241 public repositories matching this topic...
A node.js version management utility for Windows. Ironically written in Go.
-
Updated
Jul 9, 2021 - Go
Zsh plugin for installing, updating and loading nvm
-
Updated
Feb 28, 2021 - Shell
Node.js version manager lovingly made for Fish.
-
Updated
Jul 18, 2021 - Shell
Run any command on specific Node.js versions
nodejs
javascript
shell
bash
cli
package-manager
library
node
terminal
server
es6
command-line
versions
nvm
versioning
operating-system
npmjs
exec
dependency-management
npx
-
Updated
Jul 2, 2021 - JavaScript
Node version manager wrapper for Fish shell
-
Updated
Dec 19, 2020 - Shell
Build userspace NVMe drivers and storage applications with CUDA support
disk
gpu
driver
cuda
nvm
ssd
gpudirect-rdma
dax
nvme
dma
pcie
cluster-computing
nvidia-cuda
userspace-driver
sisci
disk-io
nvm-express
dolphinics
smartio
gpudirect
-
Updated
Mar 5, 2020 - C
Scalable Hashing on Persistent Memory
-
Updated
Jul 27, 2021 - C++
What tools and plugins I use for web development?
nodejs
atom
dotfiles
bash
zsh
zshrc
oh-my-zsh
iterm
osx
iterm2
sublime-text
vscode
nvm
zsh-theme
dotfile
dotfiles-resources
dotfiles-install
z-jump
dotfiles-macos
dotfiles-setup
-
Updated
Mar 8, 2021 - Shell
Installs NVM & Node.js on Debian/Ubuntu and RHEL/CentOS
-
Updated
Aug 6, 2020
Benchmarking framework for index structures on persistent memory
-
Updated
Jul 25, 2021 - C++
An open-source BzTree implementation
-
Updated
Jul 26, 2021 - C++
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
nodejs
javascript
shell
bash
cli
package-manager
library
node
terminal
server
es6
command-line
versions
nvm
versioning
operating-system
npmjs
exec
dependency-management
npx
-
Updated
Jun 22, 2021 - JavaScript
nodenv plugin that detects the node version based on .nvmrc.
-
Updated
Jul 28, 2020 - Shell
circleci
travis-ci
nvm
travis
testing-tools
npm-scripts
version-manager
circle-ci
travisci
npx
node-version-manager
travis-yml
circle-yml
-
Updated
Jun 3, 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