0

I've installed a new version of node via n but the version that runs is still a old one. I don't know where I installed the old version, how can I go find it and uninstall it?

fancy
  • 48,619
  • 62
  • 153
  • 231

2 Answers2

4

You can try this:

which node

And see where the executable is.

Blender
  • 289,723
  • 53
  • 439
  • 496
1

which node from the command line if Unix/OSX. 'where node' in Windows.

Richard Holland
  • 2,663
  • 2
  • 21
  • 35