1

I'm using Ubuntu 13.04 and checking the version of Node.js:

$ node -v
v0.13.0-pre

But it's curious that the current official version is just v0.12.0! Any suggestions? Thanks.

Henry
  • 1,077
  • 1
  • 16
  • 41

1 Answers1

0

The version installed is a pre release. you can remove and/or install a stable version (0.12.0) if you wish or use the pre release. some modules though might not work, so the stable 0.12.0 is prob a better bet.

heres a related question that goes into more details about pre release

Here's a quick guide (related question) to uninstall node (if you want to install the stable)

Community
  • 1
  • 1
atmd
  • 7,430
  • 2
  • 33
  • 64