How do I remove old versions of node/npm?

后端 未结 2 569
萌比男神i
萌比男神i 2021-01-04 20:49

I\'ve been playing around with node a couple of months ago, as it\'s a fast evolving project, I thought I\'d need to update it when I picked it up recently, not knowing how

2条回答
  •  爱一瞬间的悲伤
    2021-01-04 20:53

    Could you give it a shot with this script from the npm site?

    It should clean up any old installations you have and install the latest version.

提交回复
热议问题