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

前端 未结 16 1454
梦毁少年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:42

    I had this issue after moving my home folder to a new drive on linux. It was fixed by removing .nvm folder and reinstalling nvm

提交回复
热议问题