PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, May 15, 2022

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

 May 15, 2022     node.js, npm, ubuntu     No comments   

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)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

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

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing