This commit is contained in:
GitHub Merge Button 2011-08-26 06:36:37 -07:00
commit 93f5ea141b
2 changed files with 314 additions and 605 deletions

View file

@ -24,7 +24,7 @@ hash node > /dev/null 2>&1 || {
NODE_VERSION=$(node --version)
if [ ! $(echo $NODE_VERSION | cut -d "." -f 1-2) = "v0.4" ]; then
echo "You're running a wrong version of node, you're using $NODE_VERSION, we need v0.4.x" >&2
exit 1
# exit 1
fi
#Is npm installed?

File diff suppressed because it is too large Load diff