-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Node.js Web Development - Fourth Edition
By :
Installing the prepackaged Node.js distributions is the preferred installation method. However, installing Node.js from source is desirable in a few situations:
Now that you have the high-level view, let's get our hands dirty mucking around in some build scripts. The general process follows the usual configure, make, and make install routine that you may already have performed with other open source software packages. If not, don't worry, we'll guide you through the process.
The official installation instructions are in the README.md contained within the source distribution at https://github.com/nodejs/node/blob/master/README.md.
There are three prerequisites: a C compiler, Python, and the OpenSSL libraries. The...