From d538274a0f19e640a186c3feba05f24ee6917142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luciano=20Gon=C3=A7alves?= Date: Tue, 6 Sep 2016 23:43:03 +0100 Subject: [PATCH] Add vue-cli on workspace npm global installers --- workspace/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/Dockerfile b/workspace/Dockerfile index 96bc3877..5b447aa9 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -154,7 +154,7 @@ RUN if [ ${INSTALL_NODE} = true ]; then \ nvm install ${NODE_VERSION} && \ nvm use ${NODE_VERSION} && \ nvm alias ${NODE_VERSION} && \ - npm install -g gulp bower \ + npm install -g gulp bower vue-cli \ ;fi # Wouldn't execute when added to the RUN statement in the above block