nvm is not compatible with the npm config “prefix” option:

前端 未结 16 1455
梦毁少年i
梦毁少年i 2020-12-07 06:47

I am trying to run another NodeJS version with nvm but getting this error:

$ nvm use v4.2.4

nvm is not compatible with the npm config \"prefix\         


        
16条回答
  •  天涯浪人
    2020-12-07 07:46

    Note:
    to remove, delete, or uninstall nvm - just remove the $NVM_DIR folder (usually ~/.nvm)
    you can try :
    rm -rf ~/.nvm

提交回复
热议问题