mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
yarn: Revert back to v0.27.5.
Revert yarn version back due to some issue with new version that causes permission issues in ~/.config/yarn directory. Related discussion: https://chat.zulip.org/#narrow/stream/21-provision-help/topic/EACCES.3A.20permission.20denied.2C.20scandir.20'.2Fhome.2Fvagrant.2F.2Econfig.2Fya
This commit is contained in:
@@ -8,7 +8,7 @@ if [ "$TRAVIS" ] ; then
|
||||
fi
|
||||
YARN_BIN="$ZULIP_SRV/zulip-yarn/bin/yarn"
|
||||
node_version=8.11.1
|
||||
yarn_version=1.5.1
|
||||
yarn_version=0.27.5
|
||||
|
||||
current_node_version="none"
|
||||
if hash node 2>/dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user