mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
install-node: Remove dependency on realpath.
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
ZULIP_PATH=$(dirname "$0")
|
ZULIP_PATH=$(dirname "$0")
|
||||||
ZULIP_ROOT=$(realpath "$ZULIP_PATH/../..")
|
|
||||||
node_version=6.6.0
|
node_version=6.6.0
|
||||||
npm_version=3.10.3
|
npm_version=3.10.3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user