Как исправить ошибку "Нет такого файла или ошибки каталога" с помощью vue-cli create - PullRequest
0 голосов
/ 15 октября 2019

Я установил vue-cli 3. Я попытался создать приложение vue с помощью vue create, но у меня нет такой ошибки файла.

~$ vue create hello-world
bash: /usr/local/bin/vue: No such file or directory

Установка vue / cli3

yarn global v0.15.1
warning No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
warning fsevents@1.2.9: The platform "linux" is incompatible with this module.
info "fsevents@1.2.9" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed @vue/cli@3.12.0 with binaries:
      - vue
Done in 1.69s.
...