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

problem installing examples... #46

Closed
garrilla opened this issue Jul 16, 2014 · 7 comments
Closed

problem installing examples... #46

garrilla opened this issue Jul 16, 2014 · 7 comments

Comments

@garrilla
Copy link

following the examples instructions I get a an app that launches to an error...

`
dev@sbox2:/projects$ git clone https://github.com/alanning/meteor-roles.git
Cloning into 'meteor-roles'...
remote: Reusing existing pack: 929, done.
remote: Total 929 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (929/929), 271.72 KiB | 222.00 KiB/s, done.
Resolving deltas: 100% (470/470), done.
Checking connectivity... done
dev@sbox2:
/projects$ cd meteor-roles/examples/router
dev@sbox2:~/projects/meteor-roles/examples/router$ meteor
Installing Meteor 0.7.2:

  • 'meteor' build tool (version 8e197f29c5)
  • Package updates: accounts-base accounts-facebook accounts-github
    accounts-google accounts-meetup accounts-meteor-developer accounts-oauth
    accounts-password accounts-twitter accounts-ui accounts-ui-unstyled
    accounts-weibo deps domutils facebook facts github google handlebars htmljs
    http less livedata liverange madewith meetup meteor meteor-developer
    minifiers minimongo mongo-livedata oauth1 preserve-inputs
    service-configuration showdown spark spiderable standard-app-packages stylus
    templating test-helpers test-in-browser twitter universal-events weibo

[[[[[ ~/projects/meteor-roles/examples/router ]]]]]

=> Started proxy.
=> Meteor 0.8.2 is available. Update this project with 'meteor update'.
=> Started MongoDB.
=> Errors prevented startup:

While building the application:
error: no such package: 'router'
error: no such package: 'roles'

=> Your application has errors. Waiting for file change.
`

Any advice?

@alanning
Copy link
Contributor

Thanks for reporting this. This is a bug in the instructions.

Since the examples use non-core packages, you need to run mrt update before running meteor. That will pull in the required dependencies so meteor can find them.

@garrilla
Copy link
Author

thanks solved

@alanning
Copy link
Contributor

Fixed in dc961cf

@Ethaan
Copy link

Ethaan commented Feb 22, 2015

Hi @alanning i just create this demo did you think its good to point to newcomers, or should i add more features? like publishing data only to autorhized accounts etc?

@alanning
Copy link
Contributor

Hi @Ethaan, I like the concept. Can you post the link to the source?

@Ethaan
Copy link

Ethaan commented Feb 22, 2015

@alanning this is the Source its very simple example, just fixed little minutes ago the ugly allows methods

@alanning
Copy link
Contributor

@Ethaan, I'm on vacation this week but looking forward to checking it out once we get back. Thanks!

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