This guide assumes a fresh install of Mac OSX 10.6 Snow Leopard or 10.7 Lion.
Create the user "brew" with the Standardpassword. Open a console as brew or switch to the brew user using sudo su - brew
.
#Mac OS X
#!/bin/bash | |
NODE_VERSION=0.4.7 | |
NPM_VERSION=1.0.94 | |
# Save script's current directory | |
DIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | |
#cd "${DIR}" | |
# |