How can I compile/install node.js on Ubuntu? It failed with an error about cxx compiler.
|
|
|||||||
|
|
One-liner to install all needed dependencies(curl and git are not really needed, but are very useful and also needed if you install via nvm).
Last two dependencies are not always needed, but installing them is really usefull anyway and you probably need it later anyway. To only install cxx compiler
If openssl is missing
|
|||||
|
|
If like me, you are attempting to install this on an AWS instance running Amazon Linux AMI (which looks to be a cut down version CentOS): Install base tools:
Now install openssl-devel:
Node should compile fine now. |
|||||||||||
|
|
If you're attempting this on Win7 like me, running:
...did the trick. Good luck! |
|||||||||||||||
|
|
If you find yourself getting this error on Mac OSX, you need to install XCode. |
|||||||||||||
|
|
There is a package for it on launchpad. |
|||
|
|