You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading and installing node v8.2.1...
Downloading https://nodejs.org/dist/v8.2.1/node-v8.2.1-linux-x64.tar.xz...
######################################################################## 100.0%
Computing checksum with sha256sum
Checksums matched!
nvm is not compatible with the npm config "prefix" option: currently set to "/mnt/data/jenkins/.nvm/versions/node/v8.2.1"
Run npm config delete prefix or nvm use --delete-prefix v8.2.1 to unset it.
What did you expect to happen?
node 8.2.1. to become active
Is there anything in any of your profile files (.bashrc, .bash_profile, .zshrc, etc) that modifies the PATH?
First line of .bashrc: export PATH="$PATH:/usr/bin/:/bin"
The text was updated successfully, but these errors were encountered:
It IS a symlink. Drat, I thought I'd checked that. I won't be able to verify the fix till later, but I'll come back and close the ticket once I do. Thanks for the quick response!
Operating system and version:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
nvm debug
output:nvm ls
output:How did you install
nvm
? (e.g. install script in readme, homebrew):curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | bash
What steps did you perform?
nvm install 8.2.1
What happened?
Downloading and installing node v8.2.1...
Downloading https://nodejs.org/dist/v8.2.1/node-v8.2.1-linux-x64.tar.xz...
######################################################################## 100.0%
Computing checksum with sha256sum
Checksums matched!
nvm is not compatible with the npm config "prefix" option: currently set to "/mnt/data/jenkins/.nvm/versions/node/v8.2.1"
Run
npm config delete prefix
ornvm use --delete-prefix v8.2.1
to unset it.node 8.2.1. to become active
.bashrc
,.bash_profile
,.zshrc
, etc) that modifies thePATH
?First line of .bashrc: export PATH="$PATH:/usr/bin/:/bin"
The text was updated successfully, but these errors were encountered: