This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# don't forget to update your port tree first | |
sudo port selfupdate | |
# install coffee script using macport | |
sudo port install nodejs | |
node -v | |
# install npm - the Node Package Manager | |
git clone http://github.com/isaacs/npm.git | |
cd npm |