vue init时报错

clipboard.png
run dev的时候报一大堆错误

阅读 2.3k
1 个回答

在安装过程的这一步

    Should we run `npm install` for you after the project has been created? (recommended)
     Yes, use NPM
     Yes, use Yarn
   > No, I will handle that myself

选择No, I will handle that myself
然后:npm install

参考连接:
https://github.com/vuejs/vue-...

推荐问题