From db3d5d811c34eb8e076e8a93e56d3729f08500f7 Mon Sep 17 00:00:00 2001 From: vjackson725 Date: Sun, 8 Jan 2017 12:38:04 +1100 Subject: [PATCH] Fix Vagrantfile to include yarn The current Vagrantfile fails to build upon provisioning, as it lacks yarn. Change the Vagrantfile to add the yarn repository, and install yarn. --- Vagrantfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 5041dde39..56762f679 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,6 +5,10 @@ $provision = <