Command not found with vue-cli

Alisha Mohanty picture Alisha Mohanty · Jul 4, 2018 · Viewed 59.2k times · Source

While installing the dependencies of vue-cli, vue is not identified. Why?

error message while creating a project

Answer

Đoàn Quý Dậu picture Đoàn Quý Dậu · Jan 8, 2019

Add sudo before yarn when installing

  • yarn global remove @vue/cli
  • sudo yarn global add @vue/cli
  • vue