Skip to content

Commit fd56c4d

Browse files
ronydebnathbestlong
authored andcommitted
Update VUE CLI to v3 (laradock#1654)
1 parent 0351cf5 commit fd56c4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workspace/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ RUN if [ ${INSTALL_NODE} = true ]; then \
401401
npm install -g bower \
402402
;fi \
403403
&& if [ ${INSTALL_NPM_VUE_CLI} = true ]; then \
404-
npm install -g vue-cli \
404+
npm install -g @vue/cli \
405405
;fi \
406406
;fi
407407

0 commit comments

Comments
 (0)