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
Ubuntu 18.04 clean install. Installed tasksel and via that LAMP stack (just to get PHP for other projects). Then installed yarn as per official documentation and installed vue cli with yarn. Then cloned this project and tried the instructions in the README file. Got these errors:
www-data@ubuntu:~/html/vue-realworld-example-app$ yarn serve
yarn run v1.17.3
$ BABEL_ENV=dev vue-cli-service serve
/bin/sh: 1: vue-cli-service: not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
www-data@ubuntu:~/html/vue-realworld-example-app$
Adding export PATH="$(yarn global bin):$PATH" to ~/.bash_profile as some have suggested did not help.
What else to try?
The text was updated successfully, but these errors were encountered:
Ubuntu 18.04 clean install. Installed tasksel and via that LAMP stack (just to get PHP for other projects). Then installed yarn as per official documentation and installed vue cli with yarn. Then cloned this project and tried the instructions in the README file. Got these errors:
Adding
export PATH="$(yarn global bin):$PATH"
to ~/.bash_profile as some have suggested did not help.What else to try?
The text was updated successfully, but these errors were encountered: