0

I'm trying to install node.js on Ubuntu using linuxbrew. I'm running the following commands:

brew update
brew info node

the output is

node: stable 6.0.0, HEAD

However version 6.1.0 should already be available (you could verify it in e.g braumeister)

Any ideas what could be the issue here?

bfontaine
  • 18,169
  • 13
  • 73
  • 107
S. Pauk
  • 5,208
  • 4
  • 31
  • 41

1 Answers1

1

Linuxbrew is built on top of Homebrew and updates to the latter need to be manually ported to the former, which is why you can expect a small update lag. Braumeister and similar websites get their infos from Homebrew.

bfontaine
  • 18,169
  • 13
  • 73
  • 107