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

Missing tags? #1

Open
aliwatters opened this issue Aug 10, 2015 · 3 comments
Open

Missing tags? #1

aliwatters opened this issue Aug 10, 2015 · 3 comments

Comments

@aliwatters
Copy link

Might need a $ git push --tags from your src.

ali@jessie:~/git/stock-dog$ git pull origin master
From github.com:diegonetto/stock-dog
 * branch            master     -> FETCH_HEAD
Already up-to-date.
ali@jessie:~/git/stock-dog$ git pull --tags
Already up-to-date.
ali@jessie:~/git/stock-dog$ git tag
// <-- nothing here
ali@jessie:~/git/stock-dog$ git remote -v
origin  [email protected]:diegonetto/stock-dog.git (fetch)
origin  [email protected]:diegonetto/stock-dog.git (push)

HTH

@lrochfort
Copy link

Same happens to me.

I also get an ENOENT from grunt serve.

@vkarpov15
Copy link
Collaborator

Can you show me the full error message @lrochfort ?

@lrochfort
Copy link

Running Ubuntu 15.04. I get correct behaviour when creating the project myself as instructed in the book, but get the below when cloning this git repo.

I also see no tags as mentioned in the book.

After npm install && bower install.

$ grunt serve
Running "serve" task

Running "clean:server" (clean) task

Running "wiredep:app" (wiredep) task
Warning: ENOENT, no such file or directory '/home/laurence/code/angular/pro-angular-book/stock-dog/app/bower.json'� Use --force to continue.

Aborted due to warnings.

Execution Time (2015-09-21 08:28:35 UTC)
loading tasks 3ms ▇▇ 3%
serve 1ms ▇ 1%
clean:server 8ms ▇▇▇▇▇ 9%
wiredep:app 80ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%

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

3 participants