Tag: npm

How to setup a node.js development environment on Windows

Install node.js It’s easy to install node.js on Windows, just go to node.js official site and download Windows installer, then execute the installer. Congratulations!!! You successfully installed node.js on Windows!!!

npm basic commands

The most commonly used npm commands After setting up n node.js development environment, you need to know some basic commands of node package manager npm. The followings are the most commonly used ones.

How to setup a node.js development environment on Ubuntu 11.04

Install the latest node.js via apt-get There are several ways to setup a node.js development environment on Ubuntu, you can either choose to download and compile it form source or using apt-get to do the works for you. Because node.js … Continue reading

How to setup a node.js development environment on Mac OSX Lion

Install node.js via Homebrew There are several ways to setup a node.js development environment on Mac, you can either choose to download and compile it form source or using a package management system to do the works for you. Because … Continue reading