I have two versions of node.js installed (10.16.3 and 12.14.1) I use nvm to switch between both. Please how do I uninstall version 10 successfully without affecting version 12?
Add a comment |
1 Answer 1
nvm uninstall 10.16.3 should do it. See https://github.com/nvm-sh/nvm#usage-1 for more information.
Sign up to request clarification or add additional context in comments.
Comments
- The Overflow Blog
-
-
- Featured on Meta
-
-
-
Related
Hot Network Questions
- My sortedmulti_a taproot descriptor is being rejected by bitcoin-cli, why?
- How do I work better with a younger colleague
- Why can’t I delete files from USB drive mounted over a CIFS share?
- unison permissions between machines
- After a "zzzzz" buzz, please diagnose sudden black screen & no white power indicator light on 4-year-old Dell P2222H monitor?
- Is it unethical to mention my PhD Thesis in a double blinded review?
- Finding asymptotes of a function defined by a relation of two variables
- Game set during an apocalypse where people mutate into tall, black beings
- Short film about man that saw gore and blood as cake/candy/good instead of disturbing
- Plane accelerate in stationary air vs stationary plane in accelerating airflow?
- Staff, Arcane bond and metamagic rods
- Does a Monopoly housing shortage auction have a minimum price?
- How far can an infinite number of unit length planks bridge a right-angled gap?
- Recharge battery when it hits 50% or 5%?
- What size belt to buy for the Atari 1010 program recorder?
- Why did West Berlin police sometimes thwart escape attempts from East Berlin?
- Generating 40kHz, 60kHz, and 77.5kHz square waves with a single MCU's timers
- Graph of a relation
- Game with shrinking one's self as main gimmick/mechanic
- Why use「7つある原発」instead of「7つの原発」
- DC voltage measurement using microcontroller
- Why doesn't leaked confidential information often result in prosecutions for the leaker(s)?
- Can there be a continuous function with infinite derivative everywhere?
- A link between polynomial function and power
lang-js