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
How did you install nvm? (e.g. install script in readme, Homebrew):
Git install (but using Install & Update script leads to the same)
What steps did you perform?
nvm install node
What happened?
nvm is not compatible with the npm config "prefix" option: currently set to "/var/home/logol/.nvm/versions/node/v11.14.0"
Run `nvm use --delete-prefix v11.14.0 --silent` to unset it.
What did you expect to happen?
nvm should not think there is a prefix set
Is there anything in any of your profile files (.bashrc, .bash_profile, .zshrc, etc) that modifies the PATH?
# .bashrc# If not running interactively, don't do anything
[[ $-!=*i* ]] &&returnalias ls='ls --color=auto'
PS1='[\u@\h \W]\$ 'export NVM_DIR="$HOME/.nvm"
[ -s"$NVM_DIR/nvm.sh" ] &&\."$NVM_DIR/nvm.sh"
[ -s"$NVM_DIR/bash_completion" ] &&\."$NVM_DIR/bash_completion"
The text was updated successfully, but these errors were encountered:
Hi, having the well known "prefix" problem, although there is no .npmrc present or even nodejs/npm installed on the system :(
Operating system and version:
nvm debug
output:nvm ls
output:How did you install
nvm
? (e.g. install script in readme, Homebrew):What steps did you perform?
What did you expect to happen?
nvm should not think there is a prefix set
Is there anything in any of your profile files (
.bashrc
,.bash_profile
,.zshrc
, etc) that modifies thePATH
?The text was updated successfully, but these errors were encountered: