Meteor-Community-Packages / meteor-roles

Authorization package for Meteor, compatible with built-in accounts packages
http://meteor-community-packages.github.io/meteor-roles/
MIT License
921 stars 168 forks source link

[v2.0] Error trying to add package #189

Closed flippyhead closed 8 years ago

flippyhead commented 8 years ago

I didn't see that v2 was published to atmosphere yet so I git cloned the 2.0 branch to my PACKAGES_DIR and added, but got the below error:

meteor add alanning:roles
 => Errors while adding packages:             

While building package alanning:roles:
error: Symlink cycle detected at examples/flow-router-advanced/packages/alanning:roles

Any suggestions?

Thanks and really looking forward to 2.0!

alanning commented 8 years ago

Sorry about this. Another user reported that removing the examples folder fixes this.

Won't be an issue once v2.0 is officially published to atmosphere.

flippyhead commented 8 years ago

Roger, just discovered this myself. Thanks!

mitar commented 8 years ago

I discovered that this is a regression in Meteor 1.3 in comparison with 1.2 and previous versions: https://github.com/meteor/meteor/issues/6665

mitar commented 8 years ago

So we might have to change the pattern we use in examples to use a symlink.

mitar commented 8 years ago

This should be fixed with Meteor 1.3.2. Please report if it does not work.