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

Link non-core packages at meteor/packages #10

Closed
TomFreudenberg opened this issue Mar 11, 2015 · 2 comments
Closed

Link non-core packages at meteor/packages #10

TomFreudenberg opened this issue Mar 11, 2015 · 2 comments

Comments

@TomFreudenberg
Copy link
Member

In case of some errors and frustrations during first contact to meteor, it might be a good idea to create links to non-core packages at meteor/packages path during installation.

Read more about circumstances on already closed issue #1 (comment) and on meteor universal blog http://meteor-universal.tumblr.com/post/111435518849/use-non-core-packages-for-your-meteor-apps

Currently not sure if it fits to MDG rules or not to create those links during installation. Will try to figure this out.

@TomFreudenberg
Copy link
Member Author

This is not done automatically but added a script for easy linking all not referenced non-core packages.

@TomFreudenberg TomFreudenberg changed the title Automatically link non-core packages at meteor/packages during installation Link non-core packages at meteor/packages Mar 25, 2015
@TomFreudenberg
Copy link
Member Author

ATTENTION !!! As from a comment from MDG you SHOULD NOT link the non-core packages directly inside the packages directoy of a checkout meteor.

The correct advise is:

# setting the env var 
export PACKAGE_DIRS=<your meteor checkout path>/packages/non-core

If this is not suitable for you, you still may link the non-core package to your project

cd <your meteor app path>/packages
ln -s <your meteor checkout path>/non-core/npm-bcrypt .

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

No branches or pull requests

1 participant