Skip to content
Dave Strus edited this page May 25, 2016 · 6 revisions

Installation

The NodeJS web site has a big, green install button. That's all there is to setting up Node.

Node version numbers are confusing, but you should using either the LTS version (4.4.5 as of this writing) or the Current version (6.2.0).

Testing your installation

After Node is installed, close Babun and reopen it. That way, node and other related commands will be available to you from any folder. Test your installation by running the following command:

$ npm install -g bower

You should see an animated cursor for a moment or two, then something like the following:

C:\Users\whoever\AppData\Roaming\npm
`-- [email protected]
Clone this wiki locally