diff --git a/workspace/Dockerfile b/workspace/Dockerfile index abc73c4d..ce837f3a 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -401,7 +401,7 @@ RUN if [ ${INSTALL_NODE} = true ]; then \ npm install -g bower \ ;fi \ && if [ ${INSTALL_NPM_VUE_CLI} = true ]; then \ - npm install -g vue-cli \ + npm install -g @vue/cli \ ;fi \ ;fi