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:
Priyank
2018-04-12 16:46:40 +00:00
committed by Tim Abbott
parent feef35bf25
commit d4b88e86cc
3 changed files with 3 additions and 10 deletions

View File

@@ -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