I installed vue-cli 3. I tried creating a vue app with vue create but I get a no such file error.
~$ vue create hello-world
bash: /usr/local/bin/vue: No such file or directory
Installing vue/cli3
yarn global v0.15.1
warning No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
warning [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed @vue/[email protected] with binaries:
- vue
Done in 1.69s.
npm install -g @vue/cli
– Slough