Update VUE CLI to v3 (#1654)
This commit is contained in:
parent
0351cf531b
commit
fd56c4dcda
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue