Sunday, May 15, 2022

[FIXED] How can I delete NodeJS in ubuntu 20.4?

Issue

I've tried various ways to clear this version of Node.js. But in the end, this version is not deleted!

I tried several methods like this

enter image description here


Solution

You have to try the following steps

  • npm cache clean -f
  • npm install -g n
  • sudo n [version]

the version that you want



Answered By - Jay Parmar
Answer Checked By - Pedro (PHPFixing Volunteer)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.