How to compile/install node.js(could not configure a cxx compiler!) (Ubuntu).

Viewed 27568

How can I compile/install node.js on Ubuntu? It failed with an error about cxx compiler.

7 Answers

If you're attempting this on Win7 like me, running:

ash.exe
$ /bin/rebaseall

...did the trick.

Good luck!

Related