mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
Merge ded9825097
into 7e4bba0e31
This commit is contained in:
commit
93f5ea141b
2 changed files with 314 additions and 605 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue