nvm uninstall doesn't actually uninstall the node version

前端 未结 3 832
礼貌的吻别
礼貌的吻别 2021-02-18 12:53

So I\'m trying to clear out older versions of node.js.

I start with:

$ nvm ls
      v0.10.30
      v4.2.3
->    v6.6.0
      system

3条回答
  •  忘掉有多难
    2021-02-18 13:10

    It works now, in nvm version 0.35.1. Or at least it worked for me.

    If the node version we want to uninstall is the currently used one though, before uninstalling it we need to nvm use another version.

提交回复
热议问题