From 67476c3c04258e9423f8509e76a6b45b54912b3e Mon Sep 17 00:00:00 2001 From: Daniel Jonsson Date: Tue, 10 Nov 2015 14:42:54 +0100 Subject: [PATCH] e2e tests only work with Babel 5 (not 6) Source: https://groups.google.com/d/msg/taigaio/kp2cofaI_rI/6mVNTpOxBAAJ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8435a1b..850b347a 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ If you want to run e2e tests ``` npm install -g protractor npm install -g mocha -npm install -g babel +npm install -g babel@5 webdriver-manager update ```