You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should return the config in the command line output.
What is actually happening?
Returns ERROR Failed to locate @vue/cli-service. Make sure you are in the right directory.
Also didn't work when I've explicitly installed @vue/cli-service globally (yarn global add @vue/cli-service)
It did work however when I installed @vue/cli-service locally (yarn add @vue/cli-service), but for my colleague who's using Mac it's working out of the box (without having to install cli-service locally). Perhaps it can be fixed on vue-cli side to find global cli-service? Maybe it's some path issue?