Commit fd56c4dc authored by Rony Debnath's avatar Rony Debnath Committed by Shao Yu-Lung (Allen)

Update VUE CLI to v3 (#1654)

parent 0351cf53
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment