Problems encountered when using vue-cli3 (vue scaffolding) to build the project

vue2.x scaffolding to create project command vue init webpack 'Project Name' 
vue3.x scaffolding to create project command vue create 'project name' (Requirements: Environmental Requirements vue cli node requires version 8 or higher (8.10.0+ recommended) vue cli3 need node version> = 8.9,

(Official recommendation: 8.11.0+))

1. VUE the Create 'Project Name' (select some configurations)

      1.1

      

 

       The question is: I do not want to select the default (default), I want to choose manually, however (up and down arrow switch box is checked) does not work, why?
       Solution: 

             The official solution

            

 

             winpty vue.cmd create vue_03 (I created vue scaffolding 3.0 git bash here)
       

         ok! problem solved.

        
       

Guess you like

Origin www.cnblogs.com/big--Bear/p/12073434.html