nvm icon indicating copy to clipboard operation
nvm copied to clipboard

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

Results 378 nvm issues
Sort by recently updated
recently updated
newest added

* Changes the suggested shell when running the install script to $SHELL which will return the default shell. * Adds a note for how to fix the issue when the...

Made a tool, [`nvshim`](https://github.com/iamogbz/nvshim), for shimming `node` binaries using `nvm`. Useful as an option for people that do not want to add auto loading script to their shell. Unsure of...

When NVM_DIR is a link, nvm mistakenly returns the error nvm is not compatible with the npm config "prefix" option: currently set to "/data/jenkins-misc/nvm/versions/node/v8.10.0" Run `npm config delete prefix` or...

Currently the **nvm.sh** script does not handle directories that are symbolic links. This is a common problem on servers that use symbolic links to persistent drives. For example, an admin...

Similar to my other PR (#2131) I figured I would see if this idea was good and I can flesh out the PR more if it is good. This adds...

feature requests
installing nvm

This PR adds support for copying any `ca`, `cert`, or `cafile` configs from the system's npm config file to the newly-installed npm prefix's config. It does this by default, but...

feature requests

Updating a bit this piece of instruction getting Linux and Mac Notes inline with each other.

shell: bash/sh
OS: Mac OS
informational

Hello all, In order to download and unpack node source files under OpenBSD it is necessary to execute the extraction in two steps. Since OpenBSD's `tar` is not integrated with...

OS: FreeBSD / OpenBSD
installing node
OS: AIX

probably don't need depth more than 1, sometimes takes a pretty long time to clone o/w

Currently installing nvm might add something like this into your `.bashrc`: ``` export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] &&...