How to choose npm over yarn in vue create How to choose npm over yarn in vue create vue.js vue.js

How to choose npm over yarn in vue create


Simply type vue create --help to find out which options the vue create command offers.

vue create hello --packageManager npm

is what you are looking for.


You can either choos the --packageManager commandline option or check the default packagemanager, which is saved under ~/.vuerc (the user home directory)