Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to follow instructions in the README file to get the project running #205

Open
stevenkore opened this issue Sep 10, 2019 · 1 comment

Comments

@stevenkore
Copy link

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?

@TerabyteTiger
Copy link

@stevenkore Did your yarn install complete successfully?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants